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)
The
DeleteEndpoint action, which is idempotent, deletes
the endpoint from SNS. |
void |
AmazonSNS.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
The
DeleteEndpoint action, which is idempotent, deletes
the endpoint from SNS. |
Future<Void> |
AmazonSNSAsync.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest)
The
DeleteEndpoint action, which is idempotent, deletes
the endpoint from SNS. |
Future<Void> |
AmazonSNSAsyncClient.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest)
The
DeleteEndpoint action, which is idempotent, deletes
the endpoint from SNS. |
Future<Void> |
AmazonSNSAsync.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest,
AsyncHandler<DeleteEndpointRequest,Void> asyncHandler)
The
DeleteEndpoint action, which is idempotent, deletes
the endpoint from SNS. |
Future<Void> |
AmazonSNSAsyncClient.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest,
AsyncHandler<DeleteEndpointRequest,Void> asyncHandler)
The
DeleteEndpoint action, which is idempotent, deletes
the endpoint from SNS. |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSNSAsync.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest,
AsyncHandler<DeleteEndpointRequest,Void> asyncHandler)
The
DeleteEndpoint action, which is idempotent, deletes
the endpoint from SNS. |
Future<Void> |
AmazonSNSAsyncClient.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest,
AsyncHandler<DeleteEndpointRequest,Void> asyncHandler)
The
DeleteEndpoint action, which is idempotent, deletes
the endpoint from SNS. |
Modifier and Type | Method and Description |
---|---|
DeleteEndpointRequest |
DeleteEndpointRequest.withEndpointArn(String endpointArn)
EndpointArn of endpoint to delete.
|
Copyright © 2014. All rights reserved.