| Package | Description |
|---|---|
| software.amazon.awssdk.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
static LcmOperationType |
LcmOperationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LcmOperationType |
ListSolNetworkOperationsInfo.lcmOperationType()
Type of lifecycle management network operation.
|
LcmOperationType |
GetSolNetworkOperationResponse.lcmOperationType()
Type of the operation represented by this occurrence.
|
static LcmOperationType |
LcmOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LcmOperationType[] |
LcmOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LcmOperationType> |
LcmOperationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListSolNetworkOperationsInfo.Builder |
ListSolNetworkOperationsInfo.Builder.lcmOperationType(LcmOperationType lcmOperationType)
Type of lifecycle management network operation.
|
GetSolNetworkOperationResponse.Builder |
GetSolNetworkOperationResponse.Builder.lcmOperationType(LcmOperationType lcmOperationType)
Type of the operation represented by this occurrence.
|
Copyright © 2023. All rights reserved.