Uses of Class
software.amazon.awssdk.services.backup.model.GetRecoveryPointIndexDetailsResponse
-
Packages that use GetRecoveryPointIndexDetailsResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of GetRecoveryPointIndexDetailsResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return GetRecoveryPointIndexDetailsResponse Modifier and Type Method Description 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.default GetRecoveryPointIndexDetailsResponseBackupClient. getRecoveryPointIndexDetails(GetRecoveryPointIndexDetailsRequest getRecoveryPointIndexDetailsRequest)This operation returns the metadata and details specific to the backup index associated with the specified recovery point.Methods in software.amazon.awssdk.services.backup that return types with arguments of type GetRecoveryPointIndexDetailsResponse 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 CompletableFuture<GetRecoveryPointIndexDetailsResponse>BackupAsyncClient. getRecoveryPointIndexDetails(GetRecoveryPointIndexDetailsRequest getRecoveryPointIndexDetailsRequest)This operation returns the metadata and details specific to the backup index associated with the specified recovery point.
-