Uses of Class
software.amazon.awssdk.services.iam.model.DeleteUserPolicyResponse
-
Packages that use DeleteUserPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of DeleteUserPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return DeleteUserPolicyResponse Modifier and Type Method Description default DeleteUserPolicyResponseIamClient. deleteUserPolicy(Consumer<DeleteUserPolicyRequest.Builder> deleteUserPolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM user.default DeleteUserPolicyResponseIamClient. deleteUserPolicy(DeleteUserPolicyRequest deleteUserPolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type DeleteUserPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteUserPolicyResponse>IamAsyncClient. deleteUserPolicy(Consumer<DeleteUserPolicyRequest.Builder> deleteUserPolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM user.default CompletableFuture<DeleteUserPolicyResponse>IamAsyncClient. deleteUserPolicy(DeleteUserPolicyRequest deleteUserPolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM user.
-