Uses of Class
software.amazon.awssdk.services.tnb.model.LcmOperationType
-
Packages that use LcmOperationType Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of LcmOperationType in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return LcmOperationType Modifier and Type Method Description static LcmOperationTypeLcmOperationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LcmOperationTypeGetSolNetworkOperationResponse. lcmOperationType()Type of the operation represented by this occurrence.LcmOperationTypeListSolNetworkOperationsInfo. lcmOperationType()Type of lifecycle management network operation.static LcmOperationTypeLcmOperationType. 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.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type LcmOperationType Modifier and Type Method Description static Set<LcmOperationType>LcmOperationType. knownValues()Methods in software.amazon.awssdk.services.tnb.model with parameters of type LcmOperationType Modifier and Type Method Description GetSolNetworkOperationResponse.BuilderGetSolNetworkOperationResponse.Builder. lcmOperationType(LcmOperationType lcmOperationType)Type of the operation represented by this occurrence.ListSolNetworkOperationsInfo.BuilderListSolNetworkOperationsInfo.Builder. lcmOperationType(LcmOperationType lcmOperationType)Type of lifecycle management network operation.
-