Uses of Class
software.amazon.awssdk.services.backup.model.RecoveryPointByResource
-
Packages that use RecoveryPointByResource Package Description software.amazon.awssdk.services.backup.model software.amazon.awssdk.services.backup.paginators -
-
Uses of RecoveryPointByResource in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type RecoveryPointByResource Modifier and Type Method Description List<RecoveryPointByResource>ListRecoveryPointsByResourceResponse. recoveryPoints()An array of objects that contain detailed information about recovery points of the specified resource type.Methods in software.amazon.awssdk.services.backup.model with parameters of type RecoveryPointByResource Modifier and Type Method Description ListRecoveryPointsByResourceResponse.BuilderListRecoveryPointsByResourceResponse.Builder. recoveryPoints(RecoveryPointByResource... recoveryPoints)An array of objects that contain detailed information about recovery points of the specified resource type.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type RecoveryPointByResource Modifier and Type Method Description ListRecoveryPointsByResourceResponse.BuilderListRecoveryPointsByResourceResponse.Builder. recoveryPoints(Collection<RecoveryPointByResource> recoveryPoints)An array of objects that contain detailed information about recovery points of the specified resource type. -
Uses of RecoveryPointByResource in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type RecoveryPointByResource Modifier and Type Method Description SdkIterable<RecoveryPointByResource>ListRecoveryPointsByResourceIterable. recoveryPoints()Returns an iterable to iterate through the paginatedListRecoveryPointsByResourceResponse.recoveryPoints()member.SdkPublisher<RecoveryPointByResource>ListRecoveryPointsByResourcePublisher. recoveryPoints()Returns a publisher that can be used to get a stream of data.
-