Uses of Interface
software.amazon.awssdk.services.backup.model.GetRecoveryPointRestoreMetadataRequest.Builder
-
Packages that use GetRecoveryPointRestoreMetadataRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of GetRecoveryPointRestoreMetadataRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type GetRecoveryPointRestoreMetadataRequest.Builder 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 GetRecoveryPointRestoreMetadataResponseBackupClient. getRecoveryPointRestoreMetadata(Consumer<GetRecoveryPointRestoreMetadataRequest.Builder> getRecoveryPointRestoreMetadataRequest)Returns a set of metadata key-value pairs that were used to create the backup. -
Uses of GetRecoveryPointRestoreMetadataRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return GetRecoveryPointRestoreMetadataRequest.Builder Modifier and Type Method Description GetRecoveryPointRestoreMetadataRequest.BuilderGetRecoveryPointRestoreMetadataRequest.Builder. backupVaultAccountId(String backupVaultAccountId)This is the account ID of the specified backup vault.GetRecoveryPointRestoreMetadataRequest.BuilderGetRecoveryPointRestoreMetadataRequest.Builder. backupVaultName(String backupVaultName)The name of a logical container where backups are stored.static GetRecoveryPointRestoreMetadataRequest.BuilderGetRecoveryPointRestoreMetadataRequest. builder()GetRecoveryPointRestoreMetadataRequest.BuilderGetRecoveryPointRestoreMetadataRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRecoveryPointRestoreMetadataRequest.BuilderGetRecoveryPointRestoreMetadataRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRecoveryPointRestoreMetadataRequest.BuilderGetRecoveryPointRestoreMetadataRequest.Builder. recoveryPointArn(String recoveryPointArn)An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.GetRecoveryPointRestoreMetadataRequest.BuilderGetRecoveryPointRestoreMetadataRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type GetRecoveryPointRestoreMetadataRequest.Builder Modifier and Type Method Description static Class<? extends GetRecoveryPointRestoreMetadataRequest.Builder>GetRecoveryPointRestoreMetadataRequest. serializableBuilderClass()
-