| 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 |
|---|---|
DeletePermissionVersionResult |
AWSRAMClient.deletePermissionVersion(DeletePermissionVersionRequest request)
Deletes one version of a customer managed permission.
|
DeletePermissionVersionResult |
AWSRAM.deletePermissionVersion(DeletePermissionVersionRequest deletePermissionVersionRequest)
Deletes one version of a customer managed permission.
|
DeletePermissionVersionResult |
AbstractAWSRAM.deletePermissionVersion(DeletePermissionVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeletePermissionVersionResult> |
AWSRAMAsyncClient.deletePermissionVersionAsync(DeletePermissionVersionRequest request,
AsyncHandler<DeletePermissionVersionRequest,DeletePermissionVersionResult> asyncHandler) |
Future<DeletePermissionVersionResult> |
AWSRAMAsync.deletePermissionVersionAsync(DeletePermissionVersionRequest deletePermissionVersionRequest,
AsyncHandler<DeletePermissionVersionRequest,DeletePermissionVersionResult> asyncHandler)
Deletes one version of a customer managed permission.
|
Future<DeletePermissionVersionResult> |
AbstractAWSRAMAsync.deletePermissionVersionAsync(DeletePermissionVersionRequest request,
AsyncHandler<DeletePermissionVersionRequest,DeletePermissionVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeletePermissionVersionResult |
DeletePermissionVersionResult.clone() |
DeletePermissionVersionResult |
DeletePermissionVersionResult.withClientToken(String clientToken)
The idempotency identifier associated with this request.
|
DeletePermissionVersionResult |
DeletePermissionVersionResult.withPermissionStatus(PermissionStatus permissionStatus)
This operation is performed asynchronously, and this response parameter indicates the current status.
|
DeletePermissionVersionResult |
DeletePermissionVersionResult.withPermissionStatus(String permissionStatus)
This operation is performed asynchronously, and this response parameter indicates the current status.
|
DeletePermissionVersionResult |
DeletePermissionVersionResult.withReturnValue(Boolean returnValue)
A boolean value that indicates whether the operation is successful.
|
Copyright © 2023. All rights reserved.