Uses of Class
com.amazonaws.services.identitymanagement.model.CreatePolicyVersionRequest
Packages that use CreatePolicyVersionRequest
Package
Description
-
Uses of CreatePolicyVersionRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type CreatePolicyVersionRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.createPolicyVersion
(CreatePolicyVersionRequest request) AmazonIdentityManagement.createPolicyVersion
(CreatePolicyVersionRequest createPolicyVersionRequest) Creates a new version of the specified managed policy.AmazonIdentityManagementClient.createPolicyVersion
(CreatePolicyVersionRequest createPolicyVersionRequest) Creates a new version of the specified managed policy.AbstractAmazonIdentityManagementAsync.createPolicyVersionAsync
(CreatePolicyVersionRequest request) AbstractAmazonIdentityManagementAsync.createPolicyVersionAsync
(CreatePolicyVersionRequest request, AsyncHandler<CreatePolicyVersionRequest, CreatePolicyVersionResult> asyncHandler) AmazonIdentityManagementAsync.createPolicyVersionAsync
(CreatePolicyVersionRequest createPolicyVersionRequest) Creates a new version of the specified managed policy.AmazonIdentityManagementAsync.createPolicyVersionAsync
(CreatePolicyVersionRequest createPolicyVersionRequest, AsyncHandler<CreatePolicyVersionRequest, CreatePolicyVersionResult> asyncHandler) Creates a new version of the specified managed policy.AmazonIdentityManagementAsyncClient.createPolicyVersionAsync
(CreatePolicyVersionRequest request) AmazonIdentityManagementAsyncClient.createPolicyVersionAsync
(CreatePolicyVersionRequest request, AsyncHandler<CreatePolicyVersionRequest, CreatePolicyVersionResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type CreatePolicyVersionRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.createPolicyVersionAsync
(CreatePolicyVersionRequest request, AsyncHandler<CreatePolicyVersionRequest, CreatePolicyVersionResult> asyncHandler) AmazonIdentityManagementAsync.createPolicyVersionAsync
(CreatePolicyVersionRequest createPolicyVersionRequest, AsyncHandler<CreatePolicyVersionRequest, CreatePolicyVersionResult> asyncHandler) Creates a new version of the specified managed policy.AmazonIdentityManagementAsyncClient.createPolicyVersionAsync
(CreatePolicyVersionRequest request, AsyncHandler<CreatePolicyVersionRequest, CreatePolicyVersionResult> asyncHandler) -
Uses of CreatePolicyVersionRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return CreatePolicyVersionRequestModifier and TypeMethodDescriptionCreatePolicyVersionRequest.clone()
CreatePolicyVersionRequest.withPolicyArn
(String policyArn) The Amazon Resource Name (ARN) of the IAM policy to which you want to add a new version.CreatePolicyVersionRequest.withPolicyDocument
(String policyDocument) The JSON policy document that you want to use as the content for this new version of the policy.CreatePolicyVersionRequest.withSetAsDefault
(Boolean setAsDefault) Specifies whether to set this version as the policy's default version.