| Package | Description |
|---|---|
| com.amazonaws.services.tnb |
Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage
telecom networks.
|
| com.amazonaws.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
GetSolNetworkOperationResult |
AWSTnbClient.getSolNetworkOperation(GetSolNetworkOperationRequest request)
Gets the details of a network operation, including the tasks involved in the network operation and the status of
the tasks.
|
GetSolNetworkOperationResult |
AWSTnb.getSolNetworkOperation(GetSolNetworkOperationRequest getSolNetworkOperationRequest)
Gets the details of a network operation, including the tasks involved in the network operation and the status of
the tasks.
|
GetSolNetworkOperationResult |
AbstractAWSTnb.getSolNetworkOperation(GetSolNetworkOperationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSolNetworkOperationResult> |
AbstractAWSTnbAsync.getSolNetworkOperationAsync(GetSolNetworkOperationRequest request,
AsyncHandler<GetSolNetworkOperationRequest,GetSolNetworkOperationResult> asyncHandler) |
Future<GetSolNetworkOperationResult> |
AWSTnbAsyncClient.getSolNetworkOperationAsync(GetSolNetworkOperationRequest request,
AsyncHandler<GetSolNetworkOperationRequest,GetSolNetworkOperationResult> asyncHandler) |
Future<GetSolNetworkOperationResult> |
AWSTnbAsync.getSolNetworkOperationAsync(GetSolNetworkOperationRequest getSolNetworkOperationRequest,
AsyncHandler<GetSolNetworkOperationRequest,GetSolNetworkOperationResult> asyncHandler)
Gets the details of a network operation, including the tasks involved in the network operation and the status of
the tasks.
|
| Modifier and Type | Method and Description |
|---|---|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.clone() |
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.withArn(String arn)
Network operation ARN.
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.withError(ProblemDetails error)
Error related to this specific network operation occurrence.
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.withId(String id)
ID of this network operation occurrence.
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.withLcmOperationType(LcmOperationType lcmOperationType)
Type of the operation represented by this occurrence.
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.withLcmOperationType(String lcmOperationType)
Type of the operation represented by this occurrence.
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.withMetadata(GetSolNetworkOperationMetadata metadata)
Metadata of this network operation occurrence.
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.withNsInstanceId(String nsInstanceId)
ID of the network operation instance.
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.withOperationState(NsLcmOperationState operationState)
The state of the network operation.
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.withOperationState(String operationState)
The state of the network operation.
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.withTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.withTasks(Collection<GetSolNetworkOperationTaskDetails> tasks)
All tasks associated with this operation occurrence.
|
GetSolNetworkOperationResult |
GetSolNetworkOperationResult.withTasks(GetSolNetworkOperationTaskDetails... tasks)
All tasks associated with this operation occurrence.
|
Copyright © 2024. All rights reserved.