Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
Future<DeletePolicyVersionResult> |
AbstractAmazonIdentityManagementAsync.deletePolicyVersionAsync(DeletePolicyVersionRequest request,
AsyncHandler<DeletePolicyVersionRequest,DeletePolicyVersionResult> asyncHandler) |
Future<DeletePolicyVersionResult> |
AmazonIdentityManagementAsyncClient.deletePolicyVersionAsync(DeletePolicyVersionRequest request,
AsyncHandler<DeletePolicyVersionRequest,DeletePolicyVersionResult> asyncHandler) |
Future<DeletePolicyVersionResult> |
AmazonIdentityManagementAsync.deletePolicyVersionAsync(DeletePolicyVersionRequest deletePolicyVersionRequest,
AsyncHandler<DeletePolicyVersionRequest,DeletePolicyVersionResult> asyncHandler)
Deletes the specified version from the specified managed policy.
|
Modifier and Type | Method and Description |
---|---|
DeletePolicyVersionRequest |
DeletePolicyVersionRequest.clone() |
DeletePolicyVersionRequest |
DeletePolicyVersionRequest.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the IAM policy from which you want to delete a version.
|
DeletePolicyVersionRequest |
DeletePolicyVersionRequest.withVersionId(String versionId)
The policy version to delete.
|
Copyright © 2018. All rights reserved.