| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model | |
| software.amazon.awssdk.services.storagegateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TapeInfo> |
ListTapesResponse.tapeInfos()
Returns the value of the TapeInfos property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListTapesResponse.Builder |
ListTapesResponse.Builder.tapeInfos(TapeInfo... tapeInfos)
Sets the value of the TapeInfos property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListTapesResponse.Builder |
ListTapesResponse.Builder.tapeInfos(Collection<TapeInfo> tapeInfos)
Sets the value of the TapeInfos property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<TapeInfo> |
ListTapesIterable.tapeInfos()
Returns an iterable to iterate through the paginated
ListTapesResponse.tapeInfos() member. |
SdkPublisher<TapeInfo> |
ListTapesPublisher.tapeInfos()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.