Uses of Interface
software.amazon.awssdk.services.backup.model.GetRecoveryPointIndexDetailsRequest.Builder
-
Packages that use GetRecoveryPointIndexDetailsRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of GetRecoveryPointIndexDetailsRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type GetRecoveryPointIndexDetailsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetRecoveryPointIndexDetailsResponse>BackupAsyncClient. getRecoveryPointIndexDetails(Consumer<GetRecoveryPointIndexDetailsRequest.Builder> getRecoveryPointIndexDetailsRequest)This operation returns the metadata and details specific to the backup index associated with the specified recovery point.default GetRecoveryPointIndexDetailsResponseBackupClient. getRecoveryPointIndexDetails(Consumer<GetRecoveryPointIndexDetailsRequest.Builder> getRecoveryPointIndexDetailsRequest)This operation returns the metadata and details specific to the backup index associated with the specified recovery point. -
Uses of GetRecoveryPointIndexDetailsRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return GetRecoveryPointIndexDetailsRequest.Builder Modifier and Type Method Description GetRecoveryPointIndexDetailsRequest.BuilderGetRecoveryPointIndexDetailsRequest.Builder. backupVaultName(String backupVaultName)The name of a logical container where backups are stored.static GetRecoveryPointIndexDetailsRequest.BuilderGetRecoveryPointIndexDetailsRequest. builder()GetRecoveryPointIndexDetailsRequest.BuilderGetRecoveryPointIndexDetailsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRecoveryPointIndexDetailsRequest.BuilderGetRecoveryPointIndexDetailsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRecoveryPointIndexDetailsRequest.BuilderGetRecoveryPointIndexDetailsRequest.Builder. recoveryPointArn(String recoveryPointArn)An ARN that uniquely identifies a recovery point; for example,arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.GetRecoveryPointIndexDetailsRequest.BuilderGetRecoveryPointIndexDetailsRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type GetRecoveryPointIndexDetailsRequest.Builder Modifier and Type Method Description static Class<? extends GetRecoveryPointIndexDetailsRequest.Builder>GetRecoveryPointIndexDetailsRequest. serializableBuilderClass()
-