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