| Package | Description |
|---|---|
| com.amazonaws.services.ram |
This is the Resource Access Manager API Reference.
|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
DeletePermissionResult |
AbstractAWSRAM.deletePermission(DeletePermissionRequest request) |
DeletePermissionResult |
AWSRAM.deletePermission(DeletePermissionRequest deletePermissionRequest)
Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this
operation.
|
DeletePermissionResult |
AWSRAMClient.deletePermission(DeletePermissionRequest request)
Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this
operation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeletePermissionResult> |
AbstractAWSRAMAsync.deletePermissionAsync(DeletePermissionRequest request,
AsyncHandler<DeletePermissionRequest,DeletePermissionResult> asyncHandler) |
Future<DeletePermissionResult> |
AWSRAMAsync.deletePermissionAsync(DeletePermissionRequest deletePermissionRequest,
AsyncHandler<DeletePermissionRequest,DeletePermissionResult> asyncHandler)
Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this
operation.
|
Future<DeletePermissionResult> |
AWSRAMAsyncClient.deletePermissionAsync(DeletePermissionRequest request,
AsyncHandler<DeletePermissionRequest,DeletePermissionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeletePermissionResult |
DeletePermissionResult.clone() |
DeletePermissionResult |
DeletePermissionResult.withClientToken(String clientToken)
The idempotency identifier associated with this request.
|
DeletePermissionResult |
DeletePermissionResult.withPermissionStatus(PermissionStatus permissionStatus)
This operation is performed asynchronously, and this response parameter indicates the current status.
|
DeletePermissionResult |
DeletePermissionResult.withPermissionStatus(String permissionStatus)
This operation is performed asynchronously, and this response parameter indicates the current status.
|
DeletePermissionResult |
DeletePermissionResult.withReturnValue(Boolean returnValue)
A boolean that indicates whether the delete operations succeeded.
|
Copyright © 2024. All rights reserved.