| 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.removePermission(RemovePermissionRequest removePermissionRequest)
The
RemovePermission action removes a statement from a
topic's access control policy. |
void |
AmazonSNS.removePermission(RemovePermissionRequest removePermissionRequest)
The
RemovePermission action removes a statement from a
topic's access control policy. |
Future<Void> |
AmazonSNSAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
The
RemovePermission action removes a statement from a
topic's access control policy. |
Future<Void> |
AmazonSNSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
The
RemovePermission action removes a statement from a
topic's access control policy. |
Future<Void> |
AmazonSNSAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
The
RemovePermission action removes a statement from a
topic's access control policy. |
Future<Void> |
AmazonSNSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
The
RemovePermission action removes a statement from a
topic's access control policy. |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonSNSAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
The
RemovePermission action removes a statement from a
topic's access control policy. |
Future<Void> |
AmazonSNSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
The
RemovePermission action removes a statement from a
topic's access control policy. |
| Modifier and Type | Method and Description |
|---|---|
RemovePermissionRequest |
RemovePermissionRequest.withLabel(String label)
The unique label of the statement you want to remove.
|
RemovePermissionRequest |
RemovePermissionRequest.withTopicArn(String topicArn)
The ARN of the topic whose access control policy you wish to modify.
|
| Modifier and Type | Method and Description |
|---|---|
Request<RemovePermissionRequest> |
RemovePermissionRequestMarshaller.marshall(RemovePermissionRequest removePermissionRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<RemovePermissionRequest> |
RemovePermissionRequestMarshaller.marshall(RemovePermissionRequest removePermissionRequest) |
Copyright © 2016. All rights reserved.