Uses of Class
software.amazon.awssdk.services.backup.model.GetRestoreJobMetadataResponse
-
Packages that use GetRestoreJobMetadataResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of GetRestoreJobMetadataResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return GetRestoreJobMetadataResponse Modifier and Type Method Description default GetRestoreJobMetadataResponseBackupClient. getRestoreJobMetadata(Consumer<GetRestoreJobMetadataRequest.Builder> getRestoreJobMetadataRequest)This request returns the metadata for the specified restore job.default GetRestoreJobMetadataResponseBackupClient. getRestoreJobMetadata(GetRestoreJobMetadataRequest getRestoreJobMetadataRequest)This request returns the metadata for the specified restore job.Methods in software.amazon.awssdk.services.backup that return types with arguments of type GetRestoreJobMetadataResponse Modifier and Type Method Description default CompletableFuture<GetRestoreJobMetadataResponse>BackupAsyncClient. getRestoreJobMetadata(Consumer<GetRestoreJobMetadataRequest.Builder> getRestoreJobMetadataRequest)This request returns the metadata for the specified restore job.default CompletableFuture<GetRestoreJobMetadataResponse>BackupAsyncClient. getRestoreJobMetadata(GetRestoreJobMetadataRequest getRestoreJobMetadataRequest)This request returns the metadata for the specified restore job.
-