Uses of Class
com.amazonaws.services.identitymanagement.model.AttachUserPolicyResult
-
Packages that use AttachUserPolicyResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of AttachUserPolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return AttachUserPolicyResult Modifier and Type Method Description AttachUserPolicyResultAbstractAmazonIdentityManagement. attachUserPolicy(AttachUserPolicyRequest request)AttachUserPolicyResultAmazonIdentityManagement. attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)Attaches the specified managed policy to the specified user.AttachUserPolicyResultAmazonIdentityManagementClient. attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)Attaches the specified managed policy to the specified user.Method parameters in com.amazonaws.services.identitymanagement with type arguments of type AttachUserPolicyResult Modifier and Type Method Description Future<AttachUserPolicyResult>AbstractAmazonIdentityManagementAsync. attachUserPolicyAsync(AttachUserPolicyRequest request, AsyncHandler<AttachUserPolicyRequest,AttachUserPolicyResult> asyncHandler)Future<AttachUserPolicyResult>AmazonIdentityManagementAsync. attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest, AsyncHandler<AttachUserPolicyRequest,AttachUserPolicyResult> asyncHandler)Attaches the specified managed policy to the specified user.Future<AttachUserPolicyResult>AmazonIdentityManagementAsyncClient. attachUserPolicyAsync(AttachUserPolicyRequest request, AsyncHandler<AttachUserPolicyRequest,AttachUserPolicyResult> asyncHandler) -
Uses of AttachUserPolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AttachUserPolicyResult Modifier and Type Method Description AttachUserPolicyResultAttachUserPolicyResult. clone()
-