| Package | Description |
|---|---|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkResource |
NetworkResource.clone() |
NetworkResource |
ConfigureAccessPointResult.getAccessPoint()
Information about the network resource.
|
NetworkResource |
GetNetworkResourceResult.getNetworkResource()
Information about the network resource.
|
NetworkResource |
NetworkResource.withAttributes(Collection<NameValuePair> attributes)
The attributes of the network resource.
|
NetworkResource |
NetworkResource.withAttributes(NameValuePair... attributes)
The attributes of the network resource.
|
NetworkResource |
NetworkResource.withCreatedAt(Date createdAt)
The creation time of the network resource.
|
NetworkResource |
NetworkResource.withDescription(String description)
The description of the network resource.
|
NetworkResource |
NetworkResource.withHealth(HealthStatus health)
The health of the network resource.
|
NetworkResource |
NetworkResource.withHealth(String health)
The health of the network resource.
|
NetworkResource |
NetworkResource.withModel(String model)
The model of the network resource.
|
NetworkResource |
NetworkResource.withNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network on which this network resource appears.
|
NetworkResource |
NetworkResource.withNetworkResourceArn(String networkResourceArn)
The Amazon Resource Name (ARN) of the network resource.
|
NetworkResource |
NetworkResource.withNetworkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site on which this network resource appears.
|
NetworkResource |
NetworkResource.withOrderArn(String orderArn)
The Amazon Resource Name (ARN) of the order used to purchase this network resource.
|
NetworkResource |
NetworkResource.withPosition(Position position)
The position of the network resource.
|
NetworkResource |
NetworkResource.withSerialNumber(String serialNumber)
The serial number of the network resource.
|
NetworkResource |
NetworkResource.withStatus(NetworkResourceStatus status)
The status of the network resource.
|
NetworkResource |
NetworkResource.withStatus(String status)
The status of the network resource.
|
NetworkResource |
NetworkResource.withStatusReason(String statusReason)
The status reason of the network resource.
|
NetworkResource |
NetworkResource.withType(NetworkResourceType type)
The type of the network resource.
|
NetworkResource |
NetworkResource.withType(String type)
The type of the network resource.
|
NetworkResource |
NetworkResource.withVendor(String vendor)
The vendor of the network resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkResource> |
ListNetworkResourcesResult.getNetworkResources()
Information about network resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigureAccessPointResult.setAccessPoint(NetworkResource accessPoint)
Information about the network resource.
|
void |
GetNetworkResourceResult.setNetworkResource(NetworkResource networkResource)
Information about the network resource.
|
ConfigureAccessPointResult |
ConfigureAccessPointResult.withAccessPoint(NetworkResource accessPoint)
Information about the network resource.
|
GetNetworkResourceResult |
GetNetworkResourceResult.withNetworkResource(NetworkResource networkResource)
Information about the network resource.
|
ListNetworkResourcesResult |
ListNetworkResourcesResult.withNetworkResources(NetworkResource... networkResources)
Information about network resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListNetworkResourcesResult.setNetworkResources(Collection<NetworkResource> networkResources)
Information about network resources.
|
ListNetworkResourcesResult |
ListNetworkResourcesResult.withNetworkResources(Collection<NetworkResource> networkResources)
Information about network resources.
|
Copyright © 2022. All rights reserved.