Uses of Class
software.amazon.awssdk.services.iam.model.GetGroupPolicyResponse
-
Packages that use GetGroupPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of GetGroupPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetGroupPolicyResponse Modifier and Type Method Description default GetGroupPolicyResponseIamClient. getGroupPolicy(Consumer<GetGroupPolicyRequest.Builder> getGroupPolicyRequest)Retrieves the specified inline policy document that is embedded in the specified IAM group.default GetGroupPolicyResponseIamClient. getGroupPolicy(GetGroupPolicyRequest getGroupPolicyRequest)Retrieves the specified inline policy document that is embedded in the specified IAM group.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetGroupPolicyResponse Modifier and Type Method Description default CompletableFuture<GetGroupPolicyResponse>IamAsyncClient. getGroupPolicy(Consumer<GetGroupPolicyRequest.Builder> getGroupPolicyRequest)Retrieves the specified inline policy document that is embedded in the specified IAM group.default CompletableFuture<GetGroupPolicyResponse>IamAsyncClient. getGroupPolicy(GetGroupPolicyRequest getGroupPolicyRequest)Retrieves the specified inline policy document that is embedded in the specified IAM group.
-