| Package | Description |
|---|---|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
Network |
Network.clone() |
Network |
DeleteNetworkResult.getNetwork()
Information about the network.
|
Network |
CreateNetworkResult.getNetwork()
Information about the network.
|
Network |
GetNetworkResult.getNetwork()
Information about the network.
|
Network |
Network.withCreatedAt(Date createdAt)
The creation time of the network.
|
Network |
Network.withDescription(String description)
The description of the network.
|
Network |
Network.withNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
|
Network |
Network.withNetworkName(String networkName)
The name of the network.
|
Network |
Network.withStatus(NetworkStatus status)
The status of the network.
|
Network |
Network.withStatus(String status)
The status of the network.
|
Network |
Network.withStatusReason(String statusReason)
The status reason of the network.
|
| Modifier and Type | Method and Description |
|---|---|
List<Network> |
ListNetworksResult.getNetworks()
The networks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteNetworkResult.setNetwork(Network network)
Information about the network.
|
void |
CreateNetworkResult.setNetwork(Network network)
Information about the network.
|
void |
GetNetworkResult.setNetwork(Network network)
Information about the network.
|
DeleteNetworkResult |
DeleteNetworkResult.withNetwork(Network network)
Information about the network.
|
CreateNetworkResult |
CreateNetworkResult.withNetwork(Network network)
Information about the network.
|
GetNetworkResult |
GetNetworkResult.withNetwork(Network network)
Information about the network.
|
ListNetworksResult |
ListNetworksResult.withNetworks(Network... networks)
The networks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListNetworksResult.setNetworks(Collection<Network> networks)
The networks.
|
ListNetworksResult |
ListNetworksResult.withNetworks(Collection<Network> networks)
The networks.
|
Copyright © 2024. All rights reserved.