Uses of Class
com.amazonaws.services.identitymanagement.model.PutGroupPolicyRequest
Packages that use PutGroupPolicyRequest
Package
Description
-
Uses of PutGroupPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type PutGroupPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.putGroupPolicy(PutGroupPolicyRequest request) AmazonIdentityManagement.putGroupPolicy(PutGroupPolicyRequest putGroupPolicyRequest) Adds or updates an inline policy document that is embedded in the specified IAM group.AmazonIdentityManagementClient.putGroupPolicy(PutGroupPolicyRequest putGroupPolicyRequest) Adds or updates an inline policy document that is embedded in the specified IAM group.AbstractAmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest request) AbstractAmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest request, AsyncHandler<PutGroupPolicyRequest, PutGroupPolicyResult> asyncHandler) AmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest) Adds or updates an inline policy document that is embedded in the specified IAM group.AmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest, AsyncHandler<PutGroupPolicyRequest, PutGroupPolicyResult> asyncHandler) Adds or updates an inline policy document that is embedded in the specified IAM group.AmazonIdentityManagementAsyncClient.putGroupPolicyAsync(PutGroupPolicyRequest request) AmazonIdentityManagementAsyncClient.putGroupPolicyAsync(PutGroupPolicyRequest request, AsyncHandler<PutGroupPolicyRequest, PutGroupPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type PutGroupPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest request, AsyncHandler<PutGroupPolicyRequest, PutGroupPolicyResult> asyncHandler) AmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest, AsyncHandler<PutGroupPolicyRequest, PutGroupPolicyResult> asyncHandler) Adds or updates an inline policy document that is embedded in the specified IAM group.AmazonIdentityManagementAsyncClient.putGroupPolicyAsync(PutGroupPolicyRequest request, AsyncHandler<PutGroupPolicyRequest, PutGroupPolicyResult> asyncHandler) -
Uses of PutGroupPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PutGroupPolicyRequestModifier and TypeMethodDescriptionPutGroupPolicyRequest.clone()PutGroupPolicyRequest.withGroupName(String groupName) The name of the group to associate the policy with.PutGroupPolicyRequest.withPolicyDocument(String policyDocument) The policy document.PutGroupPolicyRequest.withPolicyName(String policyName) The name of the policy document.