Uses of Class
software.amazon.awssdk.services.privatenetworks.model.ConfigureAccessPointResponse
-
Packages that use ConfigureAccessPointResponse 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. -
-
Uses of ConfigureAccessPointResponse in software.amazon.awssdk.services.privatenetworks
Methods in software.amazon.awssdk.services.privatenetworks that return ConfigureAccessPointResponse Modifier and Type Method Description default ConfigureAccessPointResponsePrivateNetworksClient. configureAccessPoint(Consumer<ConfigureAccessPointRequest.Builder> configureAccessPointRequest)Configures the specified network resource.default ConfigureAccessPointResponsePrivateNetworksClient. configureAccessPoint(ConfigureAccessPointRequest configureAccessPointRequest)Configures the specified network resource.Methods in software.amazon.awssdk.services.privatenetworks that return types with arguments of type ConfigureAccessPointResponse Modifier and Type Method Description default CompletableFuture<ConfigureAccessPointResponse>PrivateNetworksAsyncClient. configureAccessPoint(Consumer<ConfigureAccessPointRequest.Builder> configureAccessPointRequest)Configures the specified network resource.default CompletableFuture<ConfigureAccessPointResponse>PrivateNetworksAsyncClient. configureAccessPoint(ConfigureAccessPointRequest configureAccessPointRequest)Configures the specified network resource.
-