Uses of Class
software.amazon.awssdk.services.ram.model.DeletePermissionVersionResponse
-
Packages that use DeletePermissionVersionResponse Package Description software.amazon.awssdk.services.ram 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 DeletePermissionVersionResponse Modifier and Type Method Description default 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 DeletePermissionVersionResponse Modifier and Type Method Description default CompletableFuture<DeletePermissionVersionResponse>RamAsyncClient. deletePermissionVersion(Consumer<DeletePermissionVersionRequest.Builder> deletePermissionVersionRequest)Deletes one version of a customer managed permission.default CompletableFuture<DeletePermissionVersionResponse>RamAsyncClient. deletePermissionVersion(DeletePermissionVersionRequest deletePermissionVersionRequest)Deletes one version of a customer managed permission.
-