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.addPermission(AddPermissionRequest addPermissionRequest)
The
AddPermission action adds a statement to a topic's
access control policy, granting access for the specified AWS accounts
to the specified actions. |
void |
AmazonSNS.addPermission(AddPermissionRequest addPermissionRequest)
The
AddPermission action adds a statement to a topic's
access control policy, granting access for the specified AWS accounts
to the specified actions. |
Future<Void> |
AmazonSNSAsyncClient.addPermissionAsync(AddPermissionRequest addPermissionRequest)
The
AddPermission action adds a statement to a topic's
access control policy, granting access for the specified AWS accounts
to the specified actions. |
Future<Void> |
AmazonSNSAsync.addPermissionAsync(AddPermissionRequest addPermissionRequest)
The
AddPermission action adds a statement to a topic's
access control policy, granting access for the specified AWS accounts
to the specified actions. |
Future<Void> |
AmazonSNSAsyncClient.addPermissionAsync(AddPermissionRequest addPermissionRequest,
AsyncHandler<AddPermissionRequest,Void> asyncHandler)
The
AddPermission action adds a statement to a topic's
access control policy, granting access for the specified AWS accounts
to the specified actions. |
Future<Void> |
AmazonSNSAsync.addPermissionAsync(AddPermissionRequest addPermissionRequest,
AsyncHandler<AddPermissionRequest,Void> asyncHandler)
The
AddPermission action adds a statement to a topic's
access control policy, granting access for the specified AWS accounts
to the specified actions. |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSNSAsyncClient.addPermissionAsync(AddPermissionRequest addPermissionRequest,
AsyncHandler<AddPermissionRequest,Void> asyncHandler)
The
AddPermission action adds a statement to a topic's
access control policy, granting access for the specified AWS accounts
to the specified actions. |
Future<Void> |
AmazonSNSAsync.addPermissionAsync(AddPermissionRequest addPermissionRequest,
AsyncHandler<AddPermissionRequest,Void> asyncHandler)
The
AddPermission action adds a statement to a topic's
access control policy, granting access for the specified AWS accounts
to the specified actions. |
Modifier and Type | Method and Description |
---|---|
AddPermissionRequest |
AddPermissionRequest.withActionNames(Collection<String> actionNames)
The action you want to allow for the specified principal(s).
|
AddPermissionRequest |
AddPermissionRequest.withActionNames(String... actionNames)
The action you want to allow for the specified principal(s).
|
AddPermissionRequest |
AddPermissionRequest.withAWSAccountIds(Collection<String> aWSAccountIds)
The AWS account IDs of the users (principals) who will be given access
to the specified actions.
|
AddPermissionRequest |
AddPermissionRequest.withAWSAccountIds(String... aWSAccountIds)
The AWS account IDs of the users (principals) who will be given access
to the specified actions.
|
AddPermissionRequest |
AddPermissionRequest.withLabel(String label)
A unique identifier for the new policy statement.
|
AddPermissionRequest |
AddPermissionRequest.withTopicArn(String topicArn)
The ARN of the topic whose access control policy you wish to modify.
|
Modifier and Type | Method and Description |
---|---|
Request<AddPermissionRequest> |
AddPermissionRequestMarshaller.marshall(AddPermissionRequest addPermissionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<AddPermissionRequest> |
AddPermissionRequestMarshaller.marshall(AddPermissionRequest addPermissionRequest) |
Copyright © 2016. All rights reserved.