Uses of Class
software.amazon.awssdk.services.privatenetworks.model.ActivateDeviceIdentifierResponse
-
Packages that use ActivateDeviceIdentifierResponse 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 ActivateDeviceIdentifierResponse in software.amazon.awssdk.services.privatenetworks
Methods in software.amazon.awssdk.services.privatenetworks that return ActivateDeviceIdentifierResponse Modifier and Type Method Description default ActivateDeviceIdentifierResponsePrivateNetworksClient. activateDeviceIdentifier(Consumer<ActivateDeviceIdentifierRequest.Builder> activateDeviceIdentifierRequest)Activates the specified device identifier.default ActivateDeviceIdentifierResponsePrivateNetworksClient. activateDeviceIdentifier(ActivateDeviceIdentifierRequest activateDeviceIdentifierRequest)Activates the specified device identifier.Methods in software.amazon.awssdk.services.privatenetworks that return types with arguments of type ActivateDeviceIdentifierResponse Modifier and Type Method Description default CompletableFuture<ActivateDeviceIdentifierResponse>PrivateNetworksAsyncClient. activateDeviceIdentifier(Consumer<ActivateDeviceIdentifierRequest.Builder> activateDeviceIdentifierRequest)Activates the specified device identifier.default CompletableFuture<ActivateDeviceIdentifierResponse>PrivateNetworksAsyncClient. activateDeviceIdentifier(ActivateDeviceIdentifierRequest activateDeviceIdentifierRequest)Activates the specified device identifier.
-