Uses of Class
software.amazon.awssdk.services.mediaconnect.model.GatewayState
-
Packages that use GatewayState Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of GatewayState in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return GatewayState Modifier and Type Method Description static GatewayStateGatewayState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GatewayStateGateway. gatewayState()The current status of the gateway.GatewayStateListedGateway. gatewayState()Returns the value of the GatewayState property for this object.static GatewayStateGatewayState. valueOf(String name)Returns the enum constant of this type with the specified name.static GatewayState[]GatewayState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type GatewayState Modifier and Type Method Description static Set<GatewayState>GatewayState. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type GatewayState Modifier and Type Method Description Gateway.BuilderGateway.Builder. gatewayState(GatewayState gatewayState)The current status of the gateway.ListedGateway.BuilderListedGateway.Builder. gatewayState(GatewayState gatewayState)Sets the value of the GatewayState property for this object.
-