| 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 |
|---|---|
Future<DeletePermissionVersionResult> |
AbstractAWSRAMAsync.deletePermissionVersionAsync(DeletePermissionVersionRequest request,
AsyncHandler<DeletePermissionVersionRequest,DeletePermissionVersionResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
DeletePermissionVersionRequest |
DeletePermissionVersionRequest.clone() |
DeletePermissionVersionRequest |
DeletePermissionVersionRequest.withClientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DeletePermissionVersionRequest |
DeletePermissionVersionRequest.withPermissionArn(String permissionArn)
Specifies the Amazon
Resource Name (ARN) of the permission with the version you want to delete.
|
DeletePermissionVersionRequest |
DeletePermissionVersionRequest.withPermissionVersion(Integer permissionVersion)
Specifies the version number to delete.
|
Copyright © 2024. All rights reserved.