Uses of Class
software.amazon.awssdk.services.ram.model.DeletePermissionResponse
Packages that use DeletePermissionResponse
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of DeletePermissionResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return DeletePermissionResponseModifier and TypeMethodDescriptiondefault DeletePermissionResponseRamClient.deletePermission(Consumer<DeletePermissionRequest.Builder> deletePermissionRequest) Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this operation.default DeletePermissionResponseRamClient.deletePermission(DeletePermissionRequest deletePermissionRequest) Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this operation.Methods in software.amazon.awssdk.services.ram that return types with arguments of type DeletePermissionResponseModifier and TypeMethodDescriptionRamAsyncClient.deletePermission(Consumer<DeletePermissionRequest.Builder> deletePermissionRequest) Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this operation.RamAsyncClient.deletePermission(DeletePermissionRequest deletePermissionRequest) Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this operation.