| 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.
|
| com.amazonaws.services.sns.model.transform |
Marhsalling for 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> |
AmazonSNSAsyncClient.deleteEndpointAsync(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,
AsyncHandler<DeleteEndpointRequest,Void> asyncHandler)
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. |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonSNSAsyncClient.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest,
AsyncHandler<DeleteEndpointRequest,Void> asyncHandler)
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. |
| Modifier and Type | Method and Description |
|---|---|
DeleteEndpointRequest |
DeleteEndpointRequest.withEndpointArn(String endpointArn)
EndpointArn of endpoint to delete.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DeleteEndpointRequest> |
DeleteEndpointRequestMarshaller.marshall(DeleteEndpointRequest deleteEndpointRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DeleteEndpointRequest> |
DeleteEndpointRequestMarshaller.marshall(DeleteEndpointRequest deleteEndpointRequest) |
Copyright © 2016. All rights reserved.