Package | Description |
---|---|
com.amazonaws.services.sns |
Synchronous and asynchronous client classes for accessing AmazonSNS.
|
com.amazonaws.services.sns.model |
Classes modeling the various types represented by AmazonSNS.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSNSClient.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes the endpoint from Amazon SNS.
|
void |
AmazonSNS.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes the endpoint from Amazon SNS.
|
Future<Void> |
AmazonSNSAsync.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest)
Deletes the endpoint from Amazon SNS.
|
Future<Void> |
AmazonSNSAsyncClient.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest)
Deletes the endpoint from Amazon SNS.
|
Future<Void> |
AmazonSNSAsync.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest,
AsyncHandler<DeleteEndpointRequest,Void> asyncHandler)
Deletes the endpoint from Amazon SNS.
|
Future<Void> |
AmazonSNSAsyncClient.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest,
AsyncHandler<DeleteEndpointRequest,Void> asyncHandler)
Deletes the endpoint from Amazon SNS.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSNSAsync.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest,
AsyncHandler<DeleteEndpointRequest,Void> asyncHandler)
Deletes the endpoint from Amazon SNS.
|
Future<Void> |
AmazonSNSAsyncClient.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest,
AsyncHandler<DeleteEndpointRequest,Void> asyncHandler)
Deletes the endpoint from Amazon SNS.
|
Modifier and Type | Method and Description |
---|---|
DeleteEndpointRequest |
DeleteEndpointRequest.withEndpointArn(String endpointArn)
EndpointArn of endpoint to delete.
|
Copyright © 2014. All rights reserved.