Uses of Class
software.amazon.awssdk.services.privatenetworks.model.DeactivateDeviceIdentifierResponse
-
Packages that use DeactivateDeviceIdentifierResponse 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 DeactivateDeviceIdentifierResponse in software.amazon.awssdk.services.privatenetworks
Methods in software.amazon.awssdk.services.privatenetworks that return DeactivateDeviceIdentifierResponse Modifier and Type Method Description default DeactivateDeviceIdentifierResponsePrivateNetworksClient. deactivateDeviceIdentifier(Consumer<DeactivateDeviceIdentifierRequest.Builder> deactivateDeviceIdentifierRequest)Deactivates the specified device identifier.default DeactivateDeviceIdentifierResponsePrivateNetworksClient. deactivateDeviceIdentifier(DeactivateDeviceIdentifierRequest deactivateDeviceIdentifierRequest)Deactivates the specified device identifier.Methods in software.amazon.awssdk.services.privatenetworks that return types with arguments of type DeactivateDeviceIdentifierResponse Modifier and Type Method Description default CompletableFuture<DeactivateDeviceIdentifierResponse>PrivateNetworksAsyncClient. deactivateDeviceIdentifier(Consumer<DeactivateDeviceIdentifierRequest.Builder> deactivateDeviceIdentifierRequest)Deactivates the specified device identifier.default CompletableFuture<DeactivateDeviceIdentifierResponse>PrivateNetworksAsyncClient. deactivateDeviceIdentifier(DeactivateDeviceIdentifierRequest deactivateDeviceIdentifierRequest)Deactivates the specified device identifier.
-