|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AddPermissionRequest | |
|---|---|
| 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. |
| Uses of AddPermissionRequest in com.amazonaws.services.sns |
|---|
| Methods in com.amazonaws.services.sns with parameters of type AddPermissionRequest | |
|---|---|
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. |
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. |
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. |
| Uses of AddPermissionRequest in com.amazonaws.services.sns.model |
|---|
| Methods in com.amazonaws.services.sns.model that return AddPermissionRequest | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||