| 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<ListDeviceIdentifiersResult> |
AWSPrivate5GAsyncClient.listDeviceIdentifiersAsync(ListDeviceIdentifiersRequest request,
AsyncHandler<ListDeviceIdentifiersRequest,ListDeviceIdentifiersResult> asyncHandler) |
Future<ListDeviceIdentifiersResult> |
AWSPrivate5GAsync.listDeviceIdentifiersAsync(ListDeviceIdentifiersRequest listDeviceIdentifiersRequest,
AsyncHandler<ListDeviceIdentifiersRequest,ListDeviceIdentifiersResult> asyncHandler)
Lists device identifiers.
|
Future<ListDeviceIdentifiersResult> |
AbstractAWSPrivate5GAsync.listDeviceIdentifiersAsync(ListDeviceIdentifiersRequest request,
AsyncHandler<ListDeviceIdentifiersRequest,ListDeviceIdentifiersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceIdentifiersRequest |
ListDeviceIdentifiersRequest.addFiltersEntry(String key,
List<String> value)
Add a single Filters entry
|
ListDeviceIdentifiersRequest |
ListDeviceIdentifiersRequest.clearFiltersEntries()
Removes all the entries added into Filters.
|
ListDeviceIdentifiersRequest |
ListDeviceIdentifiersRequest.clone() |
ListDeviceIdentifiersRequest |
ListDeviceIdentifiersRequest.withFilters(Map<String,List<String>> filters)
The filters.
|
ListDeviceIdentifiersRequest |
ListDeviceIdentifiersRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListDeviceIdentifiersRequest |
ListDeviceIdentifiersRequest.withNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
|
ListDeviceIdentifiersRequest |
ListDeviceIdentifiersRequest.withStartToken(String startToken)
The token for the next page of results.
|
Copyright © 2024. All rights reserved.