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