| Package | Description |
|---|---|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
Position |
Position.clone() |
Position |
NetworkResource.getPosition()
The position of the network resource.
|
Position |
ConfigureAccessPointRequest.getPosition()
The position of the network resource.
|
Position |
Position.withElevation(Double elevation)
The elevation of the equipment at this position.
|
Position |
Position.withElevationReference(ElevationReference elevationReference)
The reference point from which elevation is reported.
|
Position |
Position.withElevationReference(String elevationReference)
The reference point from which elevation is reported.
|
Position |
Position.withElevationUnit(ElevationUnit elevationUnit)
The units used to measure the elevation of the position.
|
Position |
Position.withElevationUnit(String elevationUnit)
The units used to measure the elevation of the position.
|
Position |
Position.withLatitude(Double latitude)
The latitude of the position.
|
Position |
Position.withLongitude(Double longitude)
The longitude of the position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkResource.setPosition(Position position)
The position of the network resource.
|
void |
ConfigureAccessPointRequest.setPosition(Position position)
The position of the network resource.
|
NetworkResource |
NetworkResource.withPosition(Position position)
The position of the network resource.
|
ConfigureAccessPointRequest |
ConfigureAccessPointRequest.withPosition(Position position)
The position of the network resource.
|
Copyright © 2024. All rights reserved.