| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model | |
| software.amazon.awssdk.services.storagegateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Tape> |
DescribeTapesResponse.tapes()
An array of virtual tape descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTapesResponse.Builder |
DescribeTapesResponse.Builder.tapes(Tape... tapes)
An array of virtual tape descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTapesResponse.Builder |
DescribeTapesResponse.Builder.tapes(Collection<Tape> tapes)
An array of virtual tape descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Tape> |
DescribeTapesPublisher.tapes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Tape> |
DescribeTapesIterable.tapes()
Returns an iterable to iterate through the paginated
DescribeTapesResponse.tapes() member. |
Copyright © 2021. All rights reserved.