| 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 |
|---|---|
CreatePolicyVersionResult |
AmazonIdentityManagementClient.createPolicyVersion(CreatePolicyVersionRequest createPolicyVersionRequest)
Creates a new version of the specified managed policy.
|
CreatePolicyVersionResult |
AmazonIdentityManagement.createPolicyVersion(CreatePolicyVersionRequest createPolicyVersionRequest)
Creates a new version of the specified managed policy.
|
Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsync.createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest)
Creates a new version of the specified managed policy.
|
Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsyncClient.createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest)
Creates a new version of the specified managed policy.
|
Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsync.createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler)
Creates a new version of the specified managed policy.
|
Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsyncClient.createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler)
Creates a new version of the specified managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsync.createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler)
Creates a new version of the specified managed policy.
|
Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsyncClient.createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler)
Creates a new version of the specified managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.clone() |
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN).
|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.withPolicyDocument(String policyDocument)
The policy document.
|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.withSetAsDefault(Boolean setAsDefault)
Specifies whether to set this version as the policy's default version.
|
Copyright © 2015. All rights reserved.