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.
|
CreatePolicyVersionResult |
AbstractAmazonIdentityManagement.createPolicyVersion(CreatePolicyVersionRequest request) |
java.util.concurrent.Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsyncClient.createPolicyVersionAsync(CreatePolicyVersionRequest request) |
java.util.concurrent.Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsync.createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest)
Creates a new version of the specified managed policy.
|
java.util.concurrent.Future<CreatePolicyVersionResult> |
AbstractAmazonIdentityManagementAsync.createPolicyVersionAsync(CreatePolicyVersionRequest request) |
java.util.concurrent.Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsyncClient.createPolicyVersionAsync(CreatePolicyVersionRequest request,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler) |
java.util.concurrent.Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsync.createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler)
Creates a new version of the specified managed policy.
|
java.util.concurrent.Future<CreatePolicyVersionResult> |
AbstractAmazonIdentityManagementAsync.createPolicyVersionAsync(CreatePolicyVersionRequest request,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsyncClient.createPolicyVersionAsync(CreatePolicyVersionRequest request,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler) |
java.util.concurrent.Future<CreatePolicyVersionResult> |
AmazonIdentityManagementAsync.createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler)
Creates a new version of the specified managed policy.
|
java.util.concurrent.Future<CreatePolicyVersionResult> |
AbstractAmazonIdentityManagementAsync.createPolicyVersionAsync(CreatePolicyVersionRequest request,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.clone() |
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.withPolicyArn(java.lang.String policyArn)
The Amazon Resource Name (ARN) of the IAM policy to which you want to add
a new version.
|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.withPolicyDocument(java.lang.String policyDocument)
The JSON policy document that you want to use as the content for this new
version of the policy.
|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.withSetAsDefault(java.lang.Boolean setAsDefault)
Specifies whether to set this version as the policy's default version.
|
Modifier and Type | Method and Description |
---|---|
Request<CreatePolicyVersionRequest> |
CreatePolicyVersionRequestMarshaller.marshall(CreatePolicyVersionRequest createPolicyVersionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreatePolicyVersionRequest> |
CreatePolicyVersionRequestMarshaller.marshall(CreatePolicyVersionRequest createPolicyVersionRequest) |