Uses of Class
software.amazon.awssdk.services.ec2.model.State
-
Packages that use State Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of State in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return State Modifier and Type Method Description static StateState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StateVpcEndpoint. state()The state of the endpoint.static StateState. valueOf(String name)Returns the enum constant of this type with the specified name.static State[]State. values()Returns an array containing the constants of this enum type, in the order they are declared.StateVpcEndpointConnection. vpcEndpointState()The state of the VPC endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type State Modifier and Type Method Description static Set<State>State. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type State Modifier and Type Method Description VpcEndpoint.BuilderVpcEndpoint.Builder. state(State state)The state of the endpoint.VpcEndpointConnection.BuilderVpcEndpointConnection.Builder. vpcEndpointState(State vpcEndpointState)The state of the VPC endpoint.
-