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 CreatePolicyVersionResult
AbstractAmazonIdentityManagement. createPolicyVersion(CreatePolicyVersionRequest request)
CreatePolicyVersionResult
AmazonIdentityManagement. createPolicyVersion(CreatePolicyVersionRequest createPolicyVersionRequest)
Creates a new version of the specified managed policy.CreatePolicyVersionResult
AmazonIdentityManagementClient. 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 CreatePolicyVersionResult
CreatePolicyVersionResult. clone()
CreatePolicyVersionResult
CreatePolicyVersionResult. withPolicyVersion(PolicyVersion policyVersion)
A structure containing details about the new policy version.
-