Uses of Interface
software.amazon.awssdk.services.privatenetworks.model.ConfigureAccessPointRequest.Builder
-
Packages that use ConfigureAccessPointRequest.Builder 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 -
-
Uses of ConfigureAccessPointRequest.Builder in software.amazon.awssdk.services.privatenetworks
Method parameters in software.amazon.awssdk.services.privatenetworks with type arguments of type ConfigureAccessPointRequest.Builder Modifier and Type Method Description default CompletableFuture<ConfigureAccessPointResponse>PrivateNetworksAsyncClient. configureAccessPoint(Consumer<ConfigureAccessPointRequest.Builder> configureAccessPointRequest)Configures the specified network resource.default ConfigureAccessPointResponsePrivateNetworksClient. configureAccessPoint(Consumer<ConfigureAccessPointRequest.Builder> configureAccessPointRequest)Configures the specified network resource. -
Uses of ConfigureAccessPointRequest.Builder in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return ConfigureAccessPointRequest.Builder Modifier and Type Method Description ConfigureAccessPointRequest.BuilderConfigureAccessPointRequest.Builder. accessPointArn(String accessPointArn)The Amazon Resource Name (ARN) of the network resource.static ConfigureAccessPointRequest.BuilderConfigureAccessPointRequest. builder()ConfigureAccessPointRequest.BuilderConfigureAccessPointRequest.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.BuilderConfigureAccessPointRequest.Builder. cpiUserId(String cpiUserId)The CPI user ID of the CPI user who is certifying the coordinates of the network resource.ConfigureAccessPointRequest.BuilderConfigureAccessPointRequest.Builder. cpiUsername(String cpiUsername)The CPI user name of the CPI user who is certifying the coordinates of the radio unit.ConfigureAccessPointRequest.BuilderConfigureAccessPointRequest.Builder. cpiUserPassword(String cpiUserPassword)The CPI password associated with the CPI certificate incpiSecretKey.ConfigureAccessPointRequest.BuilderConfigureAccessPointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ConfigureAccessPointRequest.BuilderConfigureAccessPointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ConfigureAccessPointRequest.BuilderConfigureAccessPointRequest.Builder. position(Consumer<Position.Builder> position)The position of the network resource.ConfigureAccessPointRequest.BuilderConfigureAccessPointRequest.Builder. position(Position position)The position of the network resource.ConfigureAccessPointRequest.BuilderConfigureAccessPointRequest. toBuilder()Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type ConfigureAccessPointRequest.Builder Modifier and Type Method Description static Class<? extends ConfigureAccessPointRequest.Builder>ConfigureAccessPointRequest. serializableBuilderClass()
-