Uses of Class
com.amazonaws.services.identitymanagement.model.GetGroupPolicyResult
Packages that use GetGroupPolicyResult
Package
Description
-
Uses of GetGroupPolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetGroupPolicyResultModifier 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.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetGroupPolicyResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.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 GetGroupPolicyResultModifier 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 GetGroupPolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetGroupPolicyResultModifier and TypeMethodDescriptionGetGroupPolicyResult.clone()
GetGroupPolicyResult.withGroupName
(String groupName) The group the policy is associated with.GetGroupPolicyResult.withPolicyDocument
(String policyDocument) The policy document.GetGroupPolicyResult.withPolicyName
(String policyName) The name of the policy.