Uses of Class
software.amazon.awssdk.services.tnb.model.NsLcmOperationState
-
Packages that use NsLcmOperationState Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of NsLcmOperationState in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return NsLcmOperationState Modifier and Type Method Description static NsLcmOperationStateNsLcmOperationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NsLcmOperationStateGetSolNetworkOperationResponse. operationState()The state of the network operation.NsLcmOperationStateListSolNetworkOperationsInfo. operationState()The state of the network operation.static NsLcmOperationStateNsLcmOperationState. valueOf(String name)Returns the enum constant of this type with the specified name.static NsLcmOperationState[]NsLcmOperationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type NsLcmOperationState Modifier and Type Method Description static Set<NsLcmOperationState>NsLcmOperationState. knownValues()Methods in software.amazon.awssdk.services.tnb.model with parameters of type NsLcmOperationState Modifier and Type Method Description GetSolNetworkOperationResponse.BuilderGetSolNetworkOperationResponse.Builder. operationState(NsLcmOperationState operationState)The state of the network operation.ListSolNetworkOperationsInfo.BuilderListSolNetworkOperationsInfo.Builder. operationState(NsLcmOperationState operationState)The state of the network operation.
-