Uses of Class
software.amazon.awssdk.services.storagegateway.model.TapeInfo
-
Packages that use TapeInfo Package Description software.amazon.awssdk.services.storagegateway.model software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of TapeInfo in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type TapeInfo Modifier and Type Method Description List<TapeInfo>ListTapesResponse. tapeInfos()Returns the value of the TapeInfos property for this object.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type TapeInfo Modifier and Type Method Description ListTapesResponse.BuilderListTapesResponse.Builder. tapeInfos(TapeInfo... tapeInfos)Sets the value of the TapeInfos property for this object.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type TapeInfo Modifier and Type Method Description ListTapesResponse.BuilderListTapesResponse.Builder. tapeInfos(Collection<TapeInfo> tapeInfos)Sets the value of the TapeInfos property for this object. -
Uses of TapeInfo in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type TapeInfo Modifier and Type Method Description SdkIterable<TapeInfo>ListTapesIterable. tapeInfos()Returns an iterable to iterate through the paginatedListTapesResponse.tapeInfos()member.SdkPublisher<TapeInfo>ListTapesPublisher. tapeInfos()Returns a publisher that can be used to get a stream of data.
-