Uses of Class
software.amazon.awssdk.services.iam.model.DeleteGroupPolicyResponse
-
Packages that use DeleteGroupPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of DeleteGroupPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return DeleteGroupPolicyResponse Modifier and Type Method Description default DeleteGroupPolicyResponseIamClient. deleteGroupPolicy(Consumer<DeleteGroupPolicyRequest.Builder> deleteGroupPolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM group.default DeleteGroupPolicyResponseIamClient. deleteGroupPolicy(DeleteGroupPolicyRequest deleteGroupPolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM group.Methods in software.amazon.awssdk.services.iam that return types with arguments of type DeleteGroupPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteGroupPolicyResponse>IamAsyncClient. deleteGroupPolicy(Consumer<DeleteGroupPolicyRequest.Builder> deleteGroupPolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM group.default CompletableFuture<DeleteGroupPolicyResponse>IamAsyncClient. deleteGroupPolicy(DeleteGroupPolicyRequest deleteGroupPolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM group.
-