Uses of Class
com.amazonaws.services.identitymanagement.model.CreatePolicyVersionResult
-
Packages that use CreatePolicyVersionResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of CreatePolicyVersionResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return CreatePolicyVersionResult Modifier and Type Method Description CreatePolicyVersionResultAbstractAmazonIdentityManagement. createPolicyVersion(CreatePolicyVersionRequest request)CreatePolicyVersionResultAmazonIdentityManagement. createPolicyVersion(CreatePolicyVersionRequest createPolicyVersionRequest)Creates a new version of the specified managed policy.CreatePolicyVersionResultAmazonIdentityManagementClient. createPolicyVersion(CreatePolicyVersionRequest createPolicyVersionRequest)Creates a new version of the specified managed policy.Method parameters in com.amazonaws.services.identitymanagement with type arguments of type CreatePolicyVersionResult Modifier and Type Method Description Future<CreatePolicyVersionResult>AbstractAmazonIdentityManagementAsync. createPolicyVersionAsync(CreatePolicyVersionRequest request, AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler)Future<CreatePolicyVersionResult>AmazonIdentityManagementAsync. createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest, AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler)Creates a new version of the specified managed policy.Future<CreatePolicyVersionResult>AmazonIdentityManagementAsyncClient. createPolicyVersionAsync(CreatePolicyVersionRequest request, AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler) -
Uses of CreatePolicyVersionResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return CreatePolicyVersionResult Modifier and Type Method Description CreatePolicyVersionResultCreatePolicyVersionResult. clone()CreatePolicyVersionResultCreatePolicyVersionResult. withPolicyVersion(PolicyVersion policyVersion)A structure containing details about the new policy version.
-