| 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 |
|---|---|
ActivateDeviceIdentifierResult |
AWSPrivate5GClient.activateDeviceIdentifier(ActivateDeviceIdentifierRequest request)
Activates the specified device identifier.
|
ActivateDeviceIdentifierResult |
AWSPrivate5G.activateDeviceIdentifier(ActivateDeviceIdentifierRequest activateDeviceIdentifierRequest)
Activates the specified device identifier.
|
ActivateDeviceIdentifierResult |
AbstractAWSPrivate5G.activateDeviceIdentifier(ActivateDeviceIdentifierRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ActivateDeviceIdentifierResult> |
AWSPrivate5GAsyncClient.activateDeviceIdentifierAsync(ActivateDeviceIdentifierRequest request,
AsyncHandler<ActivateDeviceIdentifierRequest,ActivateDeviceIdentifierResult> asyncHandler) |
Future<ActivateDeviceIdentifierResult> |
AWSPrivate5GAsync.activateDeviceIdentifierAsync(ActivateDeviceIdentifierRequest activateDeviceIdentifierRequest,
AsyncHandler<ActivateDeviceIdentifierRequest,ActivateDeviceIdentifierResult> asyncHandler)
Activates the specified device identifier.
|
Future<ActivateDeviceIdentifierResult> |
AbstractAWSPrivate5GAsync.activateDeviceIdentifierAsync(ActivateDeviceIdentifierRequest request,
AsyncHandler<ActivateDeviceIdentifierRequest,ActivateDeviceIdentifierResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ActivateDeviceIdentifierResult |
ActivateDeviceIdentifierResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ActivateDeviceIdentifierResult |
ActivateDeviceIdentifierResult.clearTagsEntries()
Removes all the entries added into Tags.
|
ActivateDeviceIdentifierResult |
ActivateDeviceIdentifierResult.clone() |
ActivateDeviceIdentifierResult |
ActivateDeviceIdentifierResult.withDeviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
ActivateDeviceIdentifierResult |
ActivateDeviceIdentifierResult.withTags(Map<String,String> tags)
The tags on the device identifier.
|
Copyright © 2024. All rights reserved.