Uses of Class
com.amazonaws.services.identitymanagement.model.CreatePolicyResult
-
Packages that use CreatePolicyResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of CreatePolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return CreatePolicyResult 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.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type CreatePolicyResult Modifier and Type Method Description 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 CreatePolicyResult 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 CreatePolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return CreatePolicyResult Modifier and Type Method Description CreatePolicyResult
CreatePolicyResult. clone()
CreatePolicyResult
CreatePolicyResult. withPolicy(Policy policy)
A structure containing details about the new policy.
-