| 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 |
|---|---|
ListDeviceIdentifiersResult |
AWSPrivate5GClient.listDeviceIdentifiers(ListDeviceIdentifiersRequest request)
Lists device identifiers.
|
ListDeviceIdentifiersResult |
AbstractAWSPrivate5G.listDeviceIdentifiers(ListDeviceIdentifiersRequest request) |
ListDeviceIdentifiersResult |
AWSPrivate5G.listDeviceIdentifiers(ListDeviceIdentifiersRequest listDeviceIdentifiersRequest)
Lists device identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeviceIdentifiersResult> |
AWSPrivate5GAsyncClient.listDeviceIdentifiersAsync(ListDeviceIdentifiersRequest request,
AsyncHandler<ListDeviceIdentifiersRequest,ListDeviceIdentifiersResult> asyncHandler) |
Future<ListDeviceIdentifiersResult> |
AbstractAWSPrivate5GAsync.listDeviceIdentifiersAsync(ListDeviceIdentifiersRequest request,
AsyncHandler<ListDeviceIdentifiersRequest,ListDeviceIdentifiersResult> asyncHandler) |
Future<ListDeviceIdentifiersResult> |
AWSPrivate5GAsync.listDeviceIdentifiersAsync(ListDeviceIdentifiersRequest listDeviceIdentifiersRequest,
AsyncHandler<ListDeviceIdentifiersRequest,ListDeviceIdentifiersResult> asyncHandler)
Lists device identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceIdentifiersResult |
ListDeviceIdentifiersResult.clone() |
ListDeviceIdentifiersResult |
ListDeviceIdentifiersResult.withDeviceIdentifiers(Collection<DeviceIdentifier> deviceIdentifiers)
Information about the device identifiers.
|
ListDeviceIdentifiersResult |
ListDeviceIdentifiersResult.withDeviceIdentifiers(DeviceIdentifier... deviceIdentifiers)
Information about the device identifiers.
|
ListDeviceIdentifiersResult |
ListDeviceIdentifiersResult.withNextToken(String nextToken)
The token for the next page of results.
|
Copyright © 2024. All rights reserved.