Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
Modifier and Type | Method and Description |
---|---|
default RemovePermissionResponse |
SnsClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)
Removes a statement from a topic's access control policy.
|
default RemovePermissionResponse |
SnsClient.removePermission(RemovePermissionRequest removePermissionRequest)
Removes a statement from a topic's access control policy.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<RemovePermissionResponse> |
SnsAsyncClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)
Removes a statement from a topic's access control policy.
|
default CompletableFuture<RemovePermissionResponse> |
SnsAsyncClient.removePermission(RemovePermissionRequest removePermissionRequest)
Removes a statement from a topic's access control policy.
|
Copyright © 2018. All rights reserved.