Uses of Class
software.amazon.awssdk.services.ram.model.DeletePermissionVersionResponse
Packages that use DeletePermissionVersionResponse
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of DeletePermissionVersionResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return DeletePermissionVersionResponseModifier and TypeMethodDescriptiondefault DeletePermissionVersionResponseRamClient.deletePermissionVersion(Consumer<DeletePermissionVersionRequest.Builder> deletePermissionVersionRequest) Deletes one version of a customer managed permission.default DeletePermissionVersionResponseRamClient.deletePermissionVersion(DeletePermissionVersionRequest deletePermissionVersionRequest) Deletes one version of a customer managed permission.Methods in software.amazon.awssdk.services.ram that return types with arguments of type DeletePermissionVersionResponseModifier and TypeMethodDescriptionRamAsyncClient.deletePermissionVersion(Consumer<DeletePermissionVersionRequest.Builder> deletePermissionVersionRequest) Deletes one version of a customer managed permission.RamAsyncClient.deletePermissionVersion(DeletePermissionVersionRequest deletePermissionVersionRequest) Deletes one version of a customer managed permission.