Uses of Class
com.amazonaws.services.identitymanagement.model.CreatePolicyRequest
-
Packages that use CreatePolicyRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of CreatePolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type CreatePolicyRequest Modifier and Type Method Description CreatePolicyResultAbstractAmazonIdentityManagement. createPolicy(CreatePolicyRequest request)CreatePolicyResultAmazonIdentityManagement. createPolicy(CreatePolicyRequest createPolicyRequest)Creates a new managed policy for your AWS account.CreatePolicyResultAmazonIdentityManagementClient. createPolicy(CreatePolicyRequest createPolicyRequest)Creates a new managed policy for your AWS account.Future<CreatePolicyResult>AbstractAmazonIdentityManagementAsync. createPolicyAsync(CreatePolicyRequest request)Future<CreatePolicyResult>AbstractAmazonIdentityManagementAsync. createPolicyAsync(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)Future<CreatePolicyResult>AmazonIdentityManagementAsync. createPolicyAsync(CreatePolicyRequest createPolicyRequest)Creates a new managed policy for your AWS account.Future<CreatePolicyResult>AmazonIdentityManagementAsync. createPolicyAsync(CreatePolicyRequest createPolicyRequest, AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)Creates a new managed policy for your AWS account.Future<CreatePolicyResult>AmazonIdentityManagementAsyncClient. createPolicyAsync(CreatePolicyRequest request)Future<CreatePolicyResult>AmazonIdentityManagementAsyncClient. createPolicyAsync(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)Method parameters in com.amazonaws.services.identitymanagement with type arguments of type CreatePolicyRequest Modifier and Type Method Description Future<CreatePolicyResult>AbstractAmazonIdentityManagementAsync. createPolicyAsync(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)Future<CreatePolicyResult>AmazonIdentityManagementAsync. createPolicyAsync(CreatePolicyRequest createPolicyRequest, AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)Creates a new managed policy for your AWS account.Future<CreatePolicyResult>AmazonIdentityManagementAsyncClient. createPolicyAsync(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler) -
Uses of CreatePolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return CreatePolicyRequest Modifier and Type Method Description CreatePolicyRequestCreatePolicyRequest. clone()CreatePolicyRequestCreatePolicyRequest. withDescription(String description)A friendly description of the policy.CreatePolicyRequestCreatePolicyRequest. withPath(String path)The path for the policy.CreatePolicyRequestCreatePolicyRequest. withPolicyDocument(String policyDocument)The JSON policy document that you want to use as the content for the new policy.CreatePolicyRequestCreatePolicyRequest. withPolicyName(String policyName)The friendly name of the policy.
-