| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement | |
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagement.deletePolicyVersion(DeletePolicyVersionRequest deletePolicyVersionRequest)
Deletes the specified version of the specified managed policy.
|
void |
AbstractAmazonIdentityManagement.deletePolicyVersion(DeletePolicyVersionRequest request) |
void |
AmazonIdentityManagementClient.deletePolicyVersion(DeletePolicyVersionRequest deletePolicyVersionRequest)
Deletes the specified version of the specified managed policy.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deletePolicyVersionAsync(DeletePolicyVersionRequest request) |
Future<Void> |
AmazonIdentityManagementAsync.deletePolicyVersionAsync(DeletePolicyVersionRequest deletePolicyVersionRequest)
Deletes the specified version of the specified managed policy.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.deletePolicyVersionAsync(DeletePolicyVersionRequest request) |
Future<Void> |
AmazonIdentityManagementAsyncClient.deletePolicyVersionAsync(DeletePolicyVersionRequest request,
AsyncHandler<DeletePolicyVersionRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.deletePolicyVersionAsync(DeletePolicyVersionRequest deletePolicyVersionRequest,
AsyncHandler<DeletePolicyVersionRequest,Void> asyncHandler)
Deletes the specified version of the specified managed policy.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.deletePolicyVersionAsync(DeletePolicyVersionRequest request,
AsyncHandler<DeletePolicyVersionRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.deletePolicyVersionAsync(DeletePolicyVersionRequest request,
AsyncHandler<DeletePolicyVersionRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.deletePolicyVersionAsync(DeletePolicyVersionRequest deletePolicyVersionRequest,
AsyncHandler<DeletePolicyVersionRequest,Void> asyncHandler)
Deletes the specified version of the specified managed policy.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.deletePolicyVersionAsync(DeletePolicyVersionRequest request,
AsyncHandler<DeletePolicyVersionRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeletePolicyVersionRequest |
DeletePolicyVersionRequest.clone() |
DeletePolicyVersionRequest |
DeletePolicyVersionRequest.withPolicyArn(String policyArn) |
DeletePolicyVersionRequest |
DeletePolicyVersionRequest.withVersionId(String versionId)
The policy version to delete.
|
Copyright © 2016. All rights reserved.