Uses of Class
software.amazon.awssdk.services.ram.model.DeletePermissionResponse
-
Packages that use DeletePermissionResponse Package Description software.amazon.awssdk.services.ram 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 DeletePermissionResponse Modifier and Type Method Description default 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 DeletePermissionResponse Modifier and Type Method Description default CompletableFuture<DeletePermissionResponse>RamAsyncClient. deletePermission(Consumer<DeletePermissionRequest.Builder> deletePermissionRequest)Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this operation.default CompletableFuture<DeletePermissionResponse>RamAsyncClient. deletePermission(DeletePermissionRequest deletePermissionRequest)Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this operation.
-