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 CreatePolicyResult
AbstractAmazonIdentityManagement. createPolicy(CreatePolicyRequest request)
CreatePolicyResult
AmazonIdentityManagement. createPolicy(CreatePolicyRequest createPolicyRequest)
Creates a new managed policy for your AWS account.CreatePolicyResult
AmazonIdentityManagementClient. 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 CreatePolicyRequest
CreatePolicyRequest. clone()
CreatePolicyRequest
CreatePolicyRequest. withDescription(String description)
A friendly description of the policy.CreatePolicyRequest
CreatePolicyRequest. withPath(String path)
The path for the policy.CreatePolicyRequest
CreatePolicyRequest. withPolicyDocument(String policyDocument)
The JSON policy document that you want to use as the content for the new policy.CreatePolicyRequest
CreatePolicyRequest. withPolicyName(String policyName)
The friendly name of the policy.
-