| Package | Description |
|---|---|
| software.amazon.awssdk.services.privatenetworks |
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.
|
| software.amazon.awssdk.services.privatenetworks.model |
| Modifier and Type | Method and Description |
|---|---|
default ConfigureAccessPointResponse |
PrivateNetworksClient.configureAccessPoint(Consumer<ConfigureAccessPointRequest.Builder> configureAccessPointRequest)
Configures the specified network resource.
|
default CompletableFuture<ConfigureAccessPointResponse> |
PrivateNetworksAsyncClient.configureAccessPoint(Consumer<ConfigureAccessPointRequest.Builder> configureAccessPointRequest)
Configures the specified network resource.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigureAccessPointRequest.Builder |
ConfigureAccessPointRequest.Builder.accessPointArn(String accessPointArn)
The Amazon Resource Name (ARN) of the network resource.
|
static ConfigureAccessPointRequest.Builder |
ConfigureAccessPointRequest.builder() |
ConfigureAccessPointRequest.Builder |
ConfigureAccessPointRequest.Builder.cpiSecretKey(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.Builder |
ConfigureAccessPointRequest.Builder.cpiUserId(String cpiUserId)
The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
|
ConfigureAccessPointRequest.Builder |
ConfigureAccessPointRequest.Builder.cpiUsername(String cpiUsername)
The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
|
ConfigureAccessPointRequest.Builder |
ConfigureAccessPointRequest.Builder.cpiUserPassword(String cpiUserPassword)
The CPI password associated with the CPI certificate in
cpiSecretKey. |
ConfigureAccessPointRequest.Builder |
ConfigureAccessPointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ConfigureAccessPointRequest.Builder |
ConfigureAccessPointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ConfigureAccessPointRequest.Builder |
ConfigureAccessPointRequest.Builder.position(Consumer<Position.Builder> position)
The position of the network resource.
|
ConfigureAccessPointRequest.Builder |
ConfigureAccessPointRequest.Builder.position(Position position)
The position of the network resource.
|
ConfigureAccessPointRequest.Builder |
ConfigureAccessPointRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConfigureAccessPointRequest.Builder> |
ConfigureAccessPointRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.