Uses of Class
com.amazonaws.services.identitymanagement.model.CreatePolicyRequest
Packages that use CreatePolicyRequest
Package
Description
-
Uses of CreatePolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type CreatePolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.createPolicy
(CreatePolicyRequest request) AmazonIdentityManagement.createPolicy
(CreatePolicyRequest createPolicyRequest) Creates a new managed policy for your AWS account.AmazonIdentityManagementClient.createPolicy
(CreatePolicyRequest createPolicyRequest) Creates a new managed policy for your AWS account.AbstractAmazonIdentityManagementAsync.createPolicyAsync
(CreatePolicyRequest request) AbstractAmazonIdentityManagementAsync.createPolicyAsync
(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest, CreatePolicyResult> asyncHandler) AmazonIdentityManagementAsync.createPolicyAsync
(CreatePolicyRequest createPolicyRequest) Creates a new managed policy for your AWS account.AmazonIdentityManagementAsync.createPolicyAsync
(CreatePolicyRequest createPolicyRequest, AsyncHandler<CreatePolicyRequest, CreatePolicyResult> asyncHandler) Creates a new managed policy for your AWS account.AmazonIdentityManagementAsyncClient.createPolicyAsync
(CreatePolicyRequest request) AmazonIdentityManagementAsyncClient.createPolicyAsync
(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest, CreatePolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type CreatePolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.createPolicyAsync
(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest, CreatePolicyResult> asyncHandler) AmazonIdentityManagementAsync.createPolicyAsync
(CreatePolicyRequest createPolicyRequest, AsyncHandler<CreatePolicyRequest, CreatePolicyResult> asyncHandler) Creates a new managed policy for your AWS account.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 CreatePolicyRequestModifier and TypeMethodDescriptionCreatePolicyRequest.clone()
CreatePolicyRequest.withDescription
(String description) A friendly description of the policy.The path for the policy.CreatePolicyRequest.withPolicyDocument
(String policyDocument) The JSON policy document that you want to use as the content for the new policy.CreatePolicyRequest.withPolicyName
(String policyName) The friendly name of the policy.