Uses of Interface
software.amazon.awssdk.services.backup.model.GetRestoreJobMetadataRequest.Builder
-
Packages that use GetRestoreJobMetadataRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of GetRestoreJobMetadataRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type GetRestoreJobMetadataRequest.Builder 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 GetRestoreJobMetadataResponseBackupClient. getRestoreJobMetadata(Consumer<GetRestoreJobMetadataRequest.Builder> getRestoreJobMetadataRequest)This request returns the metadata for the specified restore job. -
Uses of GetRestoreJobMetadataRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return GetRestoreJobMetadataRequest.Builder Modifier and Type Method Description static GetRestoreJobMetadataRequest.BuilderGetRestoreJobMetadataRequest. builder()GetRestoreJobMetadataRequest.BuilderGetRestoreJobMetadataRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRestoreJobMetadataRequest.BuilderGetRestoreJobMetadataRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRestoreJobMetadataRequest.BuilderGetRestoreJobMetadataRequest.Builder. restoreJobId(String restoreJobId)This is a unique identifier of a restore job within Backup.GetRestoreJobMetadataRequest.BuilderGetRestoreJobMetadataRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type GetRestoreJobMetadataRequest.Builder Modifier and Type Method Description static Class<? extends GetRestoreJobMetadataRequest.Builder>GetRestoreJobMetadataRequest. serializableBuilderClass()
-