| Package | Description |
|---|---|
| software.amazon.awssdk.services.privatenetworks.model | |
| software.amazon.awssdk.services.privatenetworks.paginators |
| Modifier and Type | Method and Description |
|---|---|
NetworkResource |
ConfigureAccessPointResponse.accessPoint()
Information about the network resource.
|
NetworkResource |
GetNetworkResourceResponse.networkResource()
Information about the network resource.
|
NetworkResource |
StartNetworkResourceUpdateResponse.networkResource()
The network resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkResource> |
ListNetworkResourcesResponse.networkResources()
Information about network resources.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigureAccessPointResponse.Builder |
ConfigureAccessPointResponse.Builder.accessPoint(NetworkResource accessPoint)
Information about the network resource.
|
GetNetworkResourceResponse.Builder |
GetNetworkResourceResponse.Builder.networkResource(NetworkResource networkResource)
Information about the network resource.
|
StartNetworkResourceUpdateResponse.Builder |
StartNetworkResourceUpdateResponse.Builder.networkResource(NetworkResource networkResource)
The network resource.
|
ListNetworkResourcesResponse.Builder |
ListNetworkResourcesResponse.Builder.networkResources(NetworkResource... networkResources)
Information about network resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListNetworkResourcesResponse.Builder |
ListNetworkResourcesResponse.Builder.networkResources(Collection<NetworkResource> networkResources)
Information about network resources.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<NetworkResource> |
ListNetworkResourcesPublisher.networkResources()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<NetworkResource> |
ListNetworkResourcesIterable.networkResources()
Returns an iterable to iterate through the paginated
ListNetworkResourcesResponse.networkResources()
member. |
Copyright © 2023. All rights reserved.