Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
Future<CreatePolicyVersionResult> |
AbstractAmazonIdentityManagementAsync.createPolicyVersionAsync(CreatePolicyVersionRequest request,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler) |
Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsync.createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler)
Creates a new version of the specified managed policy.
|
Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsyncClient.createPolicyVersionAsync(CreatePolicyVersionRequest request,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.clone() |
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the IAM policy to which you want to add
a new version.
|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.withPolicyDocument(String policyDocument)
The JSON policy document that you want to use as the content for this new
version of the policy.
|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.withSetAsDefault(Boolean setAsDefault)
Specifies whether to set this version as the policy's default version.
|
Copyright © 2018. All rights reserved.