Uses of Class
software.amazon.awssdk.services.ram.model.DeletePermissionRequest
-
Packages that use DeletePermissionRequest Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.transform -
-
Uses of DeletePermissionRequest in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram with parameters of type DeletePermissionRequest Modifier and Type Method Description 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.default DeletePermissionResponseRamClient. deletePermission(DeletePermissionRequest deletePermissionRequest)Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this operation. -
Uses of DeletePermissionRequest in software.amazon.awssdk.services.ram.transform
Methods in software.amazon.awssdk.services.ram.transform with parameters of type DeletePermissionRequest Modifier and Type Method Description SdkHttpFullRequestDeletePermissionRequestMarshaller. marshall(DeletePermissionRequest deletePermissionRequest)
-