| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
State |
VpcEndpoint.state()
The state of the VPC endpoint.
|
static State |
State.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.
|
State |
VpcEndpointConnection.vpcEndpointState()
The state of the VPC endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<State> |
State.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VpcEndpoint.Builder |
VpcEndpoint.Builder.state(State state)
The state of the VPC endpoint.
|
VpcEndpointConnection.Builder |
VpcEndpointConnection.Builder.vpcEndpointState(State vpcEndpointState)
The state of the VPC endpoint.
|
Copyright © 2020. All rights reserved.