Uses of Class
com.amazonaws.services.identitymanagement.model.PutGroupPolicyRequest
-
Packages that use PutGroupPolicyRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of PutGroupPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type PutGroupPolicyRequest Modifier and Type Method Description PutGroupPolicyResultAbstractAmazonIdentityManagement. putGroupPolicy(PutGroupPolicyRequest request)PutGroupPolicyResultAmazonIdentityManagement. putGroupPolicy(PutGroupPolicyRequest putGroupPolicyRequest)Adds or updates an inline policy document that is embedded in the specified IAM group.PutGroupPolicyResultAmazonIdentityManagementClient. putGroupPolicy(PutGroupPolicyRequest putGroupPolicyRequest)Adds or updates an inline policy document that is embedded in the specified IAM group.Future<PutGroupPolicyResult>AbstractAmazonIdentityManagementAsync. putGroupPolicyAsync(PutGroupPolicyRequest request)Future<PutGroupPolicyResult>AbstractAmazonIdentityManagementAsync. putGroupPolicyAsync(PutGroupPolicyRequest request, AsyncHandler<PutGroupPolicyRequest,PutGroupPolicyResult> asyncHandler)Future<PutGroupPolicyResult>AmazonIdentityManagementAsync. putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest)Adds or updates an inline policy document that is embedded in the specified IAM group.Future<PutGroupPolicyResult>AmazonIdentityManagementAsync. putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest, AsyncHandler<PutGroupPolicyRequest,PutGroupPolicyResult> asyncHandler)Adds or updates an inline policy document that is embedded in the specified IAM group.Future<PutGroupPolicyResult>AmazonIdentityManagementAsyncClient. putGroupPolicyAsync(PutGroupPolicyRequest request)Future<PutGroupPolicyResult>AmazonIdentityManagementAsyncClient. putGroupPolicyAsync(PutGroupPolicyRequest request, AsyncHandler<PutGroupPolicyRequest,PutGroupPolicyResult> asyncHandler)Method parameters in com.amazonaws.services.identitymanagement with type arguments of type PutGroupPolicyRequest Modifier and Type Method Description Future<PutGroupPolicyResult>AbstractAmazonIdentityManagementAsync. putGroupPolicyAsync(PutGroupPolicyRequest request, AsyncHandler<PutGroupPolicyRequest,PutGroupPolicyResult> asyncHandler)Future<PutGroupPolicyResult>AmazonIdentityManagementAsync. putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest, AsyncHandler<PutGroupPolicyRequest,PutGroupPolicyResult> asyncHandler)Adds or updates an inline policy document that is embedded in the specified IAM group.Future<PutGroupPolicyResult>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 PutGroupPolicyRequest Modifier and Type Method Description PutGroupPolicyRequestPutGroupPolicyRequest. clone()PutGroupPolicyRequestPutGroupPolicyRequest. withGroupName(String groupName)The name of the group to associate the policy with.PutGroupPolicyRequestPutGroupPolicyRequest. withPolicyDocument(String policyDocument)The policy document.PutGroupPolicyRequestPutGroupPolicyRequest. withPolicyName(String policyName)The name of the policy document.
-