| Package | Description |
|---|---|
| com.amazonaws.services.private5g |
Amazon Web Services Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private
mobile network at your on-premises location.
|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ConfigureAccessPointResult> |
AWSPrivate5GAsyncClient.configureAccessPointAsync(ConfigureAccessPointRequest request,
AsyncHandler<ConfigureAccessPointRequest,ConfigureAccessPointResult> asyncHandler) |
Future<ConfigureAccessPointResult> |
AWSPrivate5GAsync.configureAccessPointAsync(ConfigureAccessPointRequest configureAccessPointRequest,
AsyncHandler<ConfigureAccessPointRequest,ConfigureAccessPointResult> asyncHandler)
Configures the specified network resource.
|
Future<ConfigureAccessPointResult> |
AbstractAWSPrivate5GAsync.configureAccessPointAsync(ConfigureAccessPointRequest request,
AsyncHandler<ConfigureAccessPointRequest,ConfigureAccessPointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ConfigureAccessPointRequest |
ConfigureAccessPointRequest.clone() |
ConfigureAccessPointRequest |
ConfigureAccessPointRequest.withAccessPointArn(String accessPointArn)
The Amazon Resource Name (ARN) of the network resource.
|
ConfigureAccessPointRequest |
ConfigureAccessPointRequest.withCpiSecretKey(String cpiSecretKey)
A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of
the network resource.
|
ConfigureAccessPointRequest |
ConfigureAccessPointRequest.withCpiUserId(String cpiUserId)
The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
|
ConfigureAccessPointRequest |
ConfigureAccessPointRequest.withCpiUsername(String cpiUsername)
The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
|
ConfigureAccessPointRequest |
ConfigureAccessPointRequest.withCpiUserPassword(String cpiUserPassword)
The CPI password associated with the CPI certificate in
cpiSecretKey. |
ConfigureAccessPointRequest |
ConfigureAccessPointRequest.withPosition(Position position)
The position of the network resource.
|
Copyright © 2024. All rights reserved.