Package | Description |
---|---|
com.amazonaws.services.sns | |
com.amazonaws.services.sns.model | |
com.amazonaws.services.sns.model.transform |
Modifier and Type | Method and Description |
---|---|
CreatePlatformEndpointResult |
AmazonSNSClient.createPlatformEndpoint(CreatePlatformEndpointRequest createPlatformEndpointRequest)
Creates an endpoint for a device and mobile app on one of the supported
push notification services, such as GCM and APNS.
|
CreatePlatformEndpointResult |
AmazonSNS.createPlatformEndpoint(CreatePlatformEndpointRequest createPlatformEndpointRequest)
Creates an endpoint for a device and mobile app on one of the supported
push notification services, such as GCM and APNS.
|
CreatePlatformEndpointResult |
AbstractAmazonSNS.createPlatformEndpoint(CreatePlatformEndpointRequest request) |
java.util.concurrent.Future<CreatePlatformEndpointResult> |
AmazonSNSAsyncClient.createPlatformEndpointAsync(CreatePlatformEndpointRequest request) |
java.util.concurrent.Future<CreatePlatformEndpointResult> |
AmazonSNSAsync.createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest)
Creates an endpoint for a device and mobile app on one of the supported
push notification services, such as GCM and APNS.
|
java.util.concurrent.Future<CreatePlatformEndpointResult> |
AbstractAmazonSNSAsync.createPlatformEndpointAsync(CreatePlatformEndpointRequest request) |
java.util.concurrent.Future<CreatePlatformEndpointResult> |
AmazonSNSAsyncClient.createPlatformEndpointAsync(CreatePlatformEndpointRequest request,
AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler) |
java.util.concurrent.Future<CreatePlatformEndpointResult> |
AmazonSNSAsync.createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest,
AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler)
Creates an endpoint for a device and mobile app on one of the supported
push notification services, such as GCM and APNS.
|
java.util.concurrent.Future<CreatePlatformEndpointResult> |
AbstractAmazonSNSAsync.createPlatformEndpointAsync(CreatePlatformEndpointRequest request,
AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreatePlatformEndpointResult> |
AmazonSNSAsyncClient.createPlatformEndpointAsync(CreatePlatformEndpointRequest request,
AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler) |
java.util.concurrent.Future<CreatePlatformEndpointResult> |
AmazonSNSAsync.createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest,
AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler)
Creates an endpoint for a device and mobile app on one of the supported
push notification services, such as GCM and APNS.
|
java.util.concurrent.Future<CreatePlatformEndpointResult> |
AbstractAmazonSNSAsync.createPlatformEndpointAsync(CreatePlatformEndpointRequest request,
AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreatePlatformEndpointRequest |
CreatePlatformEndpointRequest.addAttributesEntry(java.lang.String key,
java.lang.String value) |
CreatePlatformEndpointRequest |
CreatePlatformEndpointRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
CreatePlatformEndpointRequest |
CreatePlatformEndpointRequest.clone() |
CreatePlatformEndpointRequest |
CreatePlatformEndpointRequest.withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
For a list of attributes, see SetEndpointAttributes.
|
CreatePlatformEndpointRequest |
CreatePlatformEndpointRequest.withCustomUserData(java.lang.String customUserData)
Arbitrary user data to associate with the endpoint.
|
CreatePlatformEndpointRequest |
CreatePlatformEndpointRequest.withPlatformApplicationArn(java.lang.String platformApplicationArn)
PlatformApplicationArn returned from CreatePlatformApplication is used to
create a an endpoint.
|
CreatePlatformEndpointRequest |
CreatePlatformEndpointRequest.withToken(java.lang.String token)
Unique identifier created by the notification service for an app on a
device.
|
Modifier and Type | Method and Description |
---|---|
Request<CreatePlatformEndpointRequest> |
CreatePlatformEndpointRequestMarshaller.marshall(CreatePlatformEndpointRequest createPlatformEndpointRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreatePlatformEndpointRequest> |
CreatePlatformEndpointRequestMarshaller.marshall(CreatePlatformEndpointRequest createPlatformEndpointRequest) |