Uses of Class
com.amazonaws.services.identitymanagement.model.GetGroupPolicyRequest
Packages that use GetGroupPolicyRequest
Package
Description
-
Uses of GetGroupPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetGroupPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getGroupPolicy
(GetGroupPolicyRequest request) AmazonIdentityManagement.getGroupPolicy
(GetGroupPolicyRequest getGroupPolicyRequest) Retrieves the specified inline policy document that is embedded in the specified IAM group.AmazonIdentityManagementClient.getGroupPolicy
(GetGroupPolicyRequest getGroupPolicyRequest) Retrieves the specified inline policy document that is embedded in the specified IAM group.AbstractAmazonIdentityManagementAsync.getGroupPolicyAsync
(GetGroupPolicyRequest request) AbstractAmazonIdentityManagementAsync.getGroupPolicyAsync
(GetGroupPolicyRequest request, AsyncHandler<GetGroupPolicyRequest, GetGroupPolicyResult> asyncHandler) AmazonIdentityManagementAsync.getGroupPolicyAsync
(GetGroupPolicyRequest getGroupPolicyRequest) Retrieves the specified inline policy document that is embedded in the specified IAM group.AmazonIdentityManagementAsync.getGroupPolicyAsync
(GetGroupPolicyRequest getGroupPolicyRequest, AsyncHandler<GetGroupPolicyRequest, GetGroupPolicyResult> asyncHandler) Retrieves the specified inline policy document that is embedded in the specified IAM group.AmazonIdentityManagementAsyncClient.getGroupPolicyAsync
(GetGroupPolicyRequest request) AmazonIdentityManagementAsyncClient.getGroupPolicyAsync
(GetGroupPolicyRequest request, AsyncHandler<GetGroupPolicyRequest, GetGroupPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetGroupPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getGroupPolicyAsync
(GetGroupPolicyRequest request, AsyncHandler<GetGroupPolicyRequest, GetGroupPolicyResult> asyncHandler) AmazonIdentityManagementAsync.getGroupPolicyAsync
(GetGroupPolicyRequest getGroupPolicyRequest, AsyncHandler<GetGroupPolicyRequest, GetGroupPolicyResult> asyncHandler) Retrieves the specified inline policy document that is embedded in the specified IAM group.AmazonIdentityManagementAsyncClient.getGroupPolicyAsync
(GetGroupPolicyRequest request, AsyncHandler<GetGroupPolicyRequest, GetGroupPolicyResult> asyncHandler) -
Uses of GetGroupPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetGroupPolicyRequestModifier and TypeMethodDescriptionGetGroupPolicyRequest.clone()
GetGroupPolicyRequest.withGroupName
(String groupName) The name of the group the policy is associated with.GetGroupPolicyRequest.withPolicyName
(String policyName) The name of the policy document to get.