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