| Package | Description |
|---|---|
| com.amazonaws.services.private5g |
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.
|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeactivateDeviceIdentifierResult> |
AbstractAWSPrivate5GAsync.deactivateDeviceIdentifierAsync(DeactivateDeviceIdentifierRequest request,
AsyncHandler<DeactivateDeviceIdentifierRequest,DeactivateDeviceIdentifierResult> asyncHandler) |
Future<DeactivateDeviceIdentifierResult> |
AWSPrivate5GAsyncClient.deactivateDeviceIdentifierAsync(DeactivateDeviceIdentifierRequest request,
AsyncHandler<DeactivateDeviceIdentifierRequest,DeactivateDeviceIdentifierResult> asyncHandler) |
Future<DeactivateDeviceIdentifierResult> |
AWSPrivate5GAsync.deactivateDeviceIdentifierAsync(DeactivateDeviceIdentifierRequest deactivateDeviceIdentifierRequest,
AsyncHandler<DeactivateDeviceIdentifierRequest,DeactivateDeviceIdentifierResult> asyncHandler)
Deactivates the specified device identifier.
|
| Modifier and Type | Method and Description |
|---|---|
DeactivateDeviceIdentifierRequest |
DeactivateDeviceIdentifierRequest.clone() |
DeactivateDeviceIdentifierRequest |
DeactivateDeviceIdentifierRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DeactivateDeviceIdentifierRequest |
DeactivateDeviceIdentifierRequest.withDeviceIdentifierArn(String deviceIdentifierArn)
The Amazon Resource Name (ARN) of the device identifier.
|
Copyright © 2023. All rights reserved.