Uses of Class
software.amazon.awssdk.services.backup.model.GetRestoreJobMetadataRequest
-
Packages that use GetRestoreJobMetadataRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.transform -
-
Uses of GetRestoreJobMetadataRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type GetRestoreJobMetadataRequest Modifier and Type Method Description default CompletableFuture<GetRestoreJobMetadataResponse>BackupAsyncClient. getRestoreJobMetadata(GetRestoreJobMetadataRequest 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. -
Uses of GetRestoreJobMetadataRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type GetRestoreJobMetadataRequest Modifier and Type Method Description SdkHttpFullRequestGetRestoreJobMetadataRequestMarshaller. marshall(GetRestoreJobMetadataRequest getRestoreJobMetadataRequest)
-