Uses of Class
com.amazonaws.services.identitymanagement.model.AttachGroupPolicyRequest
Packages that use AttachGroupPolicyRequest
Package
Description
-
Uses of AttachGroupPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type AttachGroupPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.attachGroupPolicy
(AttachGroupPolicyRequest request) AmazonIdentityManagement.attachGroupPolicy
(AttachGroupPolicyRequest attachGroupPolicyRequest) Attaches the specified managed policy to the specified IAM group.AmazonIdentityManagementClient.attachGroupPolicy
(AttachGroupPolicyRequest attachGroupPolicyRequest) Attaches the specified managed policy to the specified IAM group.AbstractAmazonIdentityManagementAsync.attachGroupPolicyAsync
(AttachGroupPolicyRequest request) AbstractAmazonIdentityManagementAsync.attachGroupPolicyAsync
(AttachGroupPolicyRequest request, AsyncHandler<AttachGroupPolicyRequest, AttachGroupPolicyResult> asyncHandler) AmazonIdentityManagementAsync.attachGroupPolicyAsync
(AttachGroupPolicyRequest attachGroupPolicyRequest) Attaches the specified managed policy to the specified IAM group.AmazonIdentityManagementAsync.attachGroupPolicyAsync
(AttachGroupPolicyRequest attachGroupPolicyRequest, AsyncHandler<AttachGroupPolicyRequest, AttachGroupPolicyResult> asyncHandler) Attaches the specified managed policy to the specified IAM group.AmazonIdentityManagementAsyncClient.attachGroupPolicyAsync
(AttachGroupPolicyRequest request) AmazonIdentityManagementAsyncClient.attachGroupPolicyAsync
(AttachGroupPolicyRequest request, AsyncHandler<AttachGroupPolicyRequest, AttachGroupPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type AttachGroupPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.attachGroupPolicyAsync
(AttachGroupPolicyRequest request, AsyncHandler<AttachGroupPolicyRequest, AttachGroupPolicyResult> asyncHandler) AmazonIdentityManagementAsync.attachGroupPolicyAsync
(AttachGroupPolicyRequest attachGroupPolicyRequest, AsyncHandler<AttachGroupPolicyRequest, AttachGroupPolicyResult> asyncHandler) Attaches the specified managed policy to the specified IAM group.AmazonIdentityManagementAsyncClient.attachGroupPolicyAsync
(AttachGroupPolicyRequest request, AsyncHandler<AttachGroupPolicyRequest, AttachGroupPolicyResult> asyncHandler) -
Uses of AttachGroupPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AttachGroupPolicyRequestModifier and TypeMethodDescriptionAttachGroupPolicyRequest.clone()
AttachGroupPolicyRequest.withGroupName
(String groupName) The name (friendly name, not ARN) of the group to attach the policy to.AttachGroupPolicyRequest.withPolicyArn
(String policyArn) The Amazon Resource Name (ARN) of the IAM policy you want to attach.