| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagementClient.deletePolicyVersion(DeletePolicyVersionRequest deletePolicyVersionRequest)
Deletes the specified version of the specified managed policy.
|
void |
AmazonIdentityManagement.deletePolicyVersion(DeletePolicyVersionRequest deletePolicyVersionRequest)
Deletes the specified version of the specified managed policy.
|
Future<Void> |
AmazonIdentityManagementAsync.deletePolicyVersionAsync(DeletePolicyVersionRequest deletePolicyVersionRequest)
Deletes the specified version of the specified managed policy.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deletePolicyVersionAsync(DeletePolicyVersionRequest deletePolicyVersionRequest)
Deletes the specified version of the specified managed policy.
|
Future<Void> |
AmazonIdentityManagementAsync.deletePolicyVersionAsync(DeletePolicyVersionRequest deletePolicyVersionRequest,
AsyncHandler<DeletePolicyVersionRequest,Void> asyncHandler)
Deletes the specified version of the specified managed policy.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deletePolicyVersionAsync(DeletePolicyVersionRequest deletePolicyVersionRequest,
AsyncHandler<DeletePolicyVersionRequest,Void> asyncHandler)
Deletes the specified version of the specified managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.deletePolicyVersionAsync(DeletePolicyVersionRequest deletePolicyVersionRequest,
AsyncHandler<DeletePolicyVersionRequest,Void> asyncHandler)
Deletes the specified version of the specified managed policy.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deletePolicyVersionAsync(DeletePolicyVersionRequest deletePolicyVersionRequest,
AsyncHandler<DeletePolicyVersionRequest,Void> asyncHandler)
Deletes the specified version of the specified managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
DeletePolicyVersionRequest |
DeletePolicyVersionRequest.clone() |
DeletePolicyVersionRequest |
DeletePolicyVersionRequest.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN).
|
DeletePolicyVersionRequest |
DeletePolicyVersionRequest.withVersionId(String versionId)
The policy version to delete.
|
Copyright © 2015. All rights reserved.