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