Uses of Class
software.amazon.awssdk.services.ec2.model.Ec2InstanceConnectEndpointState
-
Packages that use Ec2InstanceConnectEndpointState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Ec2InstanceConnectEndpointState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Ec2InstanceConnectEndpointState Modifier and Type Method Description static Ec2InstanceConnectEndpointStateEc2InstanceConnectEndpointState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Ec2InstanceConnectEndpointStateEc2InstanceConnectEndpoint. state()The current state of the EC2 Instance Connect Endpoint.static Ec2InstanceConnectEndpointStateEc2InstanceConnectEndpointState. valueOf(String name)Returns the enum constant of this type with the specified name.static Ec2InstanceConnectEndpointState[]Ec2InstanceConnectEndpointState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ec2InstanceConnectEndpointState Modifier and Type Method Description static Set<Ec2InstanceConnectEndpointState>Ec2InstanceConnectEndpointState. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type Ec2InstanceConnectEndpointState Modifier and Type Method Description Ec2InstanceConnectEndpoint.BuilderEc2InstanceConnectEndpoint.Builder. state(Ec2InstanceConnectEndpointState state)The current state of the EC2 Instance Connect Endpoint.
-