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 PutGroupPolicyResult
AbstractAmazonIdentityManagement. putGroupPolicy(PutGroupPolicyRequest request)
PutGroupPolicyResult
AmazonIdentityManagement. putGroupPolicy(PutGroupPolicyRequest putGroupPolicyRequest)
Adds or updates an inline policy document that is embedded in the specified IAM group.PutGroupPolicyResult
AmazonIdentityManagementClient. 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 PutGroupPolicyRequest
PutGroupPolicyRequest. clone()
PutGroupPolicyRequest
PutGroupPolicyRequest. withGroupName(String groupName)
The name of the group to associate the policy with.PutGroupPolicyRequest
PutGroupPolicyRequest. withPolicyDocument(String policyDocument)
The policy document.PutGroupPolicyRequest
PutGroupPolicyRequest. withPolicyName(String policyName)
The name of the policy document.
-