| Package | Description |
|---|---|
| software.amazon.awssdk.services.privatenetworks.model | |
| software.amazon.awssdk.services.privatenetworks.paginators |
| Modifier and Type | Method and Description |
|---|---|
Network |
CreateNetworkResponse.network()
Information about the network.
|
Network |
GetNetworkResponse.network()
Information about the network.
|
Network |
DeleteNetworkResponse.network()
Information about the network.
|
| Modifier and Type | Method and Description |
|---|---|
List<Network> |
ListNetworksResponse.networks()
The networks.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkResponse.Builder |
CreateNetworkResponse.Builder.network(Network network)
Information about the network.
|
GetNetworkResponse.Builder |
GetNetworkResponse.Builder.network(Network network)
Information about the network.
|
DeleteNetworkResponse.Builder |
DeleteNetworkResponse.Builder.network(Network network)
Information about the network.
|
ListNetworksResponse.Builder |
ListNetworksResponse.Builder.networks(Network... networks)
The networks.
|
| Modifier and Type | Method and Description |
|---|---|
ListNetworksResponse.Builder |
ListNetworksResponse.Builder.networks(Collection<Network> networks)
The networks.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Network> |
ListNetworksPublisher.networks()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Network> |
ListNetworksIterable.networks()
Returns an iterable to iterate through the paginated
ListNetworksResponse.networks() member. |
Copyright © 2023. All rights reserved.