Uses of Class
com.amazonaws.services.identitymanagement.model.DeleteGroupPolicyRequest
Packages that use DeleteGroupPolicyRequest
Package
Description
-
Uses of DeleteGroupPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type DeleteGroupPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.deleteGroupPolicy
(DeleteGroupPolicyRequest request) AmazonIdentityManagement.deleteGroupPolicy
(DeleteGroupPolicyRequest deleteGroupPolicyRequest) Deletes the specified inline policy that is embedded in the specified IAM group.AmazonIdentityManagementClient.deleteGroupPolicy
(DeleteGroupPolicyRequest deleteGroupPolicyRequest) Deletes the specified inline policy that is embedded in the specified IAM group.AbstractAmazonIdentityManagementAsync.deleteGroupPolicyAsync
(DeleteGroupPolicyRequest request) AbstractAmazonIdentityManagementAsync.deleteGroupPolicyAsync
(DeleteGroupPolicyRequest request, AsyncHandler<DeleteGroupPolicyRequest, DeleteGroupPolicyResult> asyncHandler) AmazonIdentityManagementAsync.deleteGroupPolicyAsync
(DeleteGroupPolicyRequest deleteGroupPolicyRequest) Deletes the specified inline policy that is embedded in the specified IAM group.AmazonIdentityManagementAsync.deleteGroupPolicyAsync
(DeleteGroupPolicyRequest deleteGroupPolicyRequest, AsyncHandler<DeleteGroupPolicyRequest, DeleteGroupPolicyResult> asyncHandler) Deletes the specified inline policy that is embedded in the specified IAM group.AmazonIdentityManagementAsyncClient.deleteGroupPolicyAsync
(DeleteGroupPolicyRequest request) AmazonIdentityManagementAsyncClient.deleteGroupPolicyAsync
(DeleteGroupPolicyRequest request, AsyncHandler<DeleteGroupPolicyRequest, DeleteGroupPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type DeleteGroupPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.deleteGroupPolicyAsync
(DeleteGroupPolicyRequest request, AsyncHandler<DeleteGroupPolicyRequest, DeleteGroupPolicyResult> asyncHandler) AmazonIdentityManagementAsync.deleteGroupPolicyAsync
(DeleteGroupPolicyRequest deleteGroupPolicyRequest, AsyncHandler<DeleteGroupPolicyRequest, DeleteGroupPolicyResult> asyncHandler) Deletes the specified inline policy that is embedded in the specified IAM group.AmazonIdentityManagementAsyncClient.deleteGroupPolicyAsync
(DeleteGroupPolicyRequest request, AsyncHandler<DeleteGroupPolicyRequest, DeleteGroupPolicyResult> asyncHandler) -
Uses of DeleteGroupPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return DeleteGroupPolicyRequestModifier and TypeMethodDescriptionDeleteGroupPolicyRequest.clone()
DeleteGroupPolicyRequest.withGroupName
(String groupName) The name (friendly name, not ARN) identifying the group that the policy is embedded in.DeleteGroupPolicyRequest.withPolicyName
(String policyName) The name identifying the policy document to delete.