Uses of Class
software.amazon.awssdk.services.backup.model.IndexedRecoveryPoint
-
Packages that use IndexedRecoveryPoint Package Description software.amazon.awssdk.services.backup.model software.amazon.awssdk.services.backup.paginators -
-
Uses of IndexedRecoveryPoint in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type IndexedRecoveryPoint Modifier and Type Method Description List<IndexedRecoveryPoint>ListIndexedRecoveryPointsResponse. indexedRecoveryPoints()This is a list of recovery points that have an associated index, belonging to the specified account.Methods in software.amazon.awssdk.services.backup.model with parameters of type IndexedRecoveryPoint Modifier and Type Method Description ListIndexedRecoveryPointsResponse.BuilderListIndexedRecoveryPointsResponse.Builder. indexedRecoveryPoints(IndexedRecoveryPoint... indexedRecoveryPoints)This is a list of recovery points that have an associated index, belonging to the specified account.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type IndexedRecoveryPoint Modifier and Type Method Description ListIndexedRecoveryPointsResponse.BuilderListIndexedRecoveryPointsResponse.Builder. indexedRecoveryPoints(Collection<IndexedRecoveryPoint> indexedRecoveryPoints)This is a list of recovery points that have an associated index, belonging to the specified account. -
Uses of IndexedRecoveryPoint in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type IndexedRecoveryPoint Modifier and Type Method Description SdkIterable<IndexedRecoveryPoint>ListIndexedRecoveryPointsIterable. indexedRecoveryPoints()Returns an iterable to iterate through the paginatedListIndexedRecoveryPointsResponse.indexedRecoveryPoints()member.SdkPublisher<IndexedRecoveryPoint>ListIndexedRecoveryPointsPublisher. indexedRecoveryPoints()Returns a publisher that can be used to get a stream of data.
-