Uses of Class
software.amazon.awssdk.services.storagegateway.model.Tape
-
Packages that use Tape Package Description software.amazon.awssdk.services.storagegateway.model software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of Tape in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type Tape Modifier and Type Method Description List<Tape>DescribeTapesResponse. tapes()An array of virtual tape descriptions.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type Tape Modifier and Type Method Description DescribeTapesResponse.BuilderDescribeTapesResponse.Builder. tapes(Tape... tapes)An array of virtual tape descriptions.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type Tape Modifier and Type Method Description DescribeTapesResponse.BuilderDescribeTapesResponse.Builder. tapes(Collection<Tape> tapes)An array of virtual tape descriptions. -
Uses of Tape in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type Tape Modifier and Type Method Description SdkIterable<Tape>DescribeTapesIterable. tapes()Returns an iterable to iterate through the paginatedDescribeTapesResponse.tapes()member.SdkPublisher<Tape>DescribeTapesPublisher. tapes()Returns a publisher that can be used to get a stream of data.
-