Java com.amazonaws.services.sns.model CreatePlatformEndpointRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.sns.model CreatePlatformEndpointRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.sns.model CreatePlatformEndpointRequest.

The text is from its open source code.

Constructor

Method

voidsetAttributes(java.util.Map attributes)

For a list of attributes, see SetEndpointAttributes.

voidsetCustomUserData(String customUserData)

Arbitrary user data to associate with the endpoint.

voidsetPlatformApplicationArn(String platformApplicationArn)

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

voidsetToken(String token)

Unique identifier created by the notification service for an app on a device.

CreatePlatformEndpointRequestwithAttributes(java.util.Map attributes)

For a list of attributes, see SetEndpointAttributes.