Uses of Class
com.amazonaws.services.identitymanagement.model.AttachRolePolicyResult
-
Packages that use AttachRolePolicyResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of AttachRolePolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return AttachRolePolicyResult Modifier and Type Method Description AttachRolePolicyResultAbstractAmazonIdentityManagement. attachRolePolicy(AttachRolePolicyRequest request)AttachRolePolicyResultAmazonIdentityManagement. attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)Attaches the specified managed policy to the specified IAM role.AttachRolePolicyResultAmazonIdentityManagementClient. attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)Attaches the specified managed policy to the specified IAM role.Method parameters in com.amazonaws.services.identitymanagement with type arguments of type AttachRolePolicyResult Modifier and Type Method Description Future<AttachRolePolicyResult>AbstractAmazonIdentityManagementAsync. attachRolePolicyAsync(AttachRolePolicyRequest request, AsyncHandler<AttachRolePolicyRequest,AttachRolePolicyResult> asyncHandler)Future<AttachRolePolicyResult>AmazonIdentityManagementAsync. attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest, AsyncHandler<AttachRolePolicyRequest,AttachRolePolicyResult> asyncHandler)Attaches the specified managed policy to the specified IAM role.Future<AttachRolePolicyResult>AmazonIdentityManagementAsyncClient. attachRolePolicyAsync(AttachRolePolicyRequest request, AsyncHandler<AttachRolePolicyRequest,AttachRolePolicyResult> asyncHandler) -
Uses of AttachRolePolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AttachRolePolicyResult Modifier and Type Method Description AttachRolePolicyResultAttachRolePolicyResult. clone()
-