| Package | Description |
|---|---|
| software.amazon.awssdk.services.tnb |
Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage
telecom networks.
|
| software.amazon.awssdk.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
default ListSolNetworkOperationsResponse |
TnbClient.listSolNetworkOperations(Consumer<ListSolNetworkOperationsRequest.Builder> listSolNetworkOperationsRequest)
Lists details for a network operation, including when the operation started and the status of the operation.
|
default CompletableFuture<ListSolNetworkOperationsResponse> |
TnbAsyncClient.listSolNetworkOperations(Consumer<ListSolNetworkOperationsRequest.Builder> listSolNetworkOperationsRequest)
Lists details for a network operation, including when the operation started and the status of the operation.
|
default ListSolNetworkOperationsIterable |
TnbClient.listSolNetworkOperationsPaginator(Consumer<ListSolNetworkOperationsRequest.Builder> listSolNetworkOperationsRequest)
Lists details for a network operation, including when the operation started and the status of the operation.
|
default ListSolNetworkOperationsPublisher |
TnbAsyncClient.listSolNetworkOperationsPaginator(Consumer<ListSolNetworkOperationsRequest.Builder> listSolNetworkOperationsRequest)
Lists details for a network operation, including when the operation started and the status of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSolNetworkOperationsRequest.Builder |
ListSolNetworkOperationsRequest.builder() |
ListSolNetworkOperationsRequest.Builder |
ListSolNetworkOperationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListSolNetworkOperationsRequest.Builder |
ListSolNetworkOperationsRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
ListSolNetworkOperationsRequest.Builder |
ListSolNetworkOperationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSolNetworkOperationsRequest.Builder |
ListSolNetworkOperationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSolNetworkOperationsRequest.Builder |
ListSolNetworkOperationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSolNetworkOperationsRequest.Builder> |
ListSolNetworkOperationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.