| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs |
Welcome to the Amazon Simple Queue Service API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default RemovePermissionResponse |
SqsClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)
Revokes any permissions in the queue policy that matches the specified
Label parameter. |
default RemovePermissionResponse |
SqsClient.removePermission(RemovePermissionRequest removePermissionRequest)
Revokes any permissions in the queue policy that matches the specified
Label parameter. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemovePermissionResponse> |
SqsAsyncClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)
Revokes any permissions in the queue policy that matches the specified
Label parameter. |
default CompletableFuture<RemovePermissionResponse> |
SqsAsyncClient.removePermission(RemovePermissionRequest removePermissionRequest)
Revokes any permissions in the queue policy that matches the specified
Label parameter. |
Copyright © 2019. All rights reserved.