| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model | |
| software.amazon.awssdk.services.iotsitewise.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<GatewaySummary> |
ListGatewaysResponse.gatewaySummaries()
A list that summarizes each gateway.
|
| Modifier and Type | Method and Description |
|---|---|
ListGatewaysResponse.Builder |
ListGatewaysResponse.Builder.gatewaySummaries(GatewaySummary... gatewaySummaries)
A list that summarizes each gateway.
|
| Modifier and Type | Method and Description |
|---|---|
ListGatewaysResponse.Builder |
ListGatewaysResponse.Builder.gatewaySummaries(Collection<GatewaySummary> gatewaySummaries)
A list that summarizes each gateway.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<GatewaySummary> |
ListGatewaysIterable.gatewaySummaries()
Returns an iterable to iterate through the paginated
ListGatewaysResponse.gatewaySummaries() member. |
SdkPublisher<GatewaySummary> |
ListGatewaysPublisher.gatewaySummaries()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.