Uses of Class
software.amazon.awssdk.services.backup.model.GetRecoveryPointRestoreMetadataResponse
-
Packages that use GetRecoveryPointRestoreMetadataResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of GetRecoveryPointRestoreMetadataResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return GetRecoveryPointRestoreMetadataResponse Modifier and Type Method Description default GetRecoveryPointRestoreMetadataResponseBackupClient. getRecoveryPointRestoreMetadata(Consumer<GetRecoveryPointRestoreMetadataRequest.Builder> getRecoveryPointRestoreMetadataRequest)Returns a set of metadata key-value pairs that were used to create the backup.default GetRecoveryPointRestoreMetadataResponseBackupClient. getRecoveryPointRestoreMetadata(GetRecoveryPointRestoreMetadataRequest getRecoveryPointRestoreMetadataRequest)Returns a set of metadata key-value pairs that were used to create the backup.Methods in software.amazon.awssdk.services.backup that return types with arguments of type GetRecoveryPointRestoreMetadataResponse Modifier and Type Method Description default CompletableFuture<GetRecoveryPointRestoreMetadataResponse>BackupAsyncClient. getRecoveryPointRestoreMetadata(Consumer<GetRecoveryPointRestoreMetadataRequest.Builder> getRecoveryPointRestoreMetadataRequest)Returns a set of metadata key-value pairs that were used to create the backup.default CompletableFuture<GetRecoveryPointRestoreMetadataResponse>BackupAsyncClient. getRecoveryPointRestoreMetadata(GetRecoveryPointRestoreMetadataRequest getRecoveryPointRestoreMetadataRequest)Returns a set of metadata key-value pairs that were used to create the backup.
-