Uses of Class
software.amazon.awssdk.services.storagegateway.model.TapeRecoveryPointInfo
-
Packages that use TapeRecoveryPointInfo Package Description software.amazon.awssdk.services.storagegateway.model software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of TapeRecoveryPointInfo in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type TapeRecoveryPointInfo Modifier and Type Method Description List<TapeRecoveryPointInfo>DescribeTapeRecoveryPointsResponse. tapeRecoveryPointInfos()An array of TapeRecoveryPointInfos that are available for the specified gateway.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type TapeRecoveryPointInfo Modifier and Type Method Description DescribeTapeRecoveryPointsResponse.BuilderDescribeTapeRecoveryPointsResponse.Builder. tapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)An array of TapeRecoveryPointInfos that are available for the specified gateway.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type TapeRecoveryPointInfo Modifier and Type Method Description DescribeTapeRecoveryPointsResponse.BuilderDescribeTapeRecoveryPointsResponse.Builder. tapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)An array of TapeRecoveryPointInfos that are available for the specified gateway. -
Uses of TapeRecoveryPointInfo in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type TapeRecoveryPointInfo Modifier and Type Method Description SdkIterable<TapeRecoveryPointInfo>DescribeTapeRecoveryPointsIterable. tapeRecoveryPointInfos()Returns an iterable to iterate through the paginatedDescribeTapeRecoveryPointsResponse.tapeRecoveryPointInfos()member.SdkPublisher<TapeRecoveryPointInfo>DescribeTapeRecoveryPointsPublisher. tapeRecoveryPointInfos()Returns a publisher that can be used to get a stream of data.
-