Uses of Class
software.amazon.awssdk.services.finspace.model.TgwStatus
-
Packages that use TgwStatus Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of TgwStatus in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return TgwStatus Modifier and Type Method Description static TgwStatusTgwStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TgwStatusGetKxEnvironmentResponse. tgwStatus()The status of the network configuration.TgwStatusKxEnvironment. tgwStatus()The status of the network configuration.TgwStatusUpdateKxEnvironmentNetworkResponse. tgwStatus()The status of the network configuration.TgwStatusUpdateKxEnvironmentResponse. tgwStatus()The status of the network configuration.static TgwStatusTgwStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TgwStatus[]TgwStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type TgwStatus Modifier and Type Method Description static Set<TgwStatus>TgwStatus. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type TgwStatus Modifier and Type Method Description GetKxEnvironmentResponse.BuilderGetKxEnvironmentResponse.Builder. tgwStatus(TgwStatus tgwStatus)The status of the network configuration.KxEnvironment.BuilderKxEnvironment.Builder. tgwStatus(TgwStatus tgwStatus)The status of the network configuration.UpdateKxEnvironmentNetworkResponse.BuilderUpdateKxEnvironmentNetworkResponse.Builder. tgwStatus(TgwStatus tgwStatus)The status of the network configuration.UpdateKxEnvironmentResponse.BuilderUpdateKxEnvironmentResponse.Builder. tgwStatus(TgwStatus tgwStatus)The status of the network configuration.
-