Uses of Enum
software.amazon.awssdk.services.ec2.model.State
Packages that use State
-
Uses of State in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StateModifier and TypeMethodDescriptionstatic StateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StateVpcEndpoint.state()The state of the endpoint.static StateReturns 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.final StateVpcEndpointConnection.vpcEndpointState()The state of the VPC endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type StateMethods in software.amazon.awssdk.services.ec2.model with parameters of type StateModifier and TypeMethodDescriptionThe state of the endpoint.VpcEndpointConnection.Builder.vpcEndpointState(State vpcEndpointState) The state of the VPC endpoint.