| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcConnectionState |
VpcConnectionState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VpcConnectionState |
DeleteVpcConnectionResponse.state()
The state of the VPC connection.
|
VpcConnectionState |
ClientVpcConnection.state()
State of the Vpc Connection.
|
VpcConnectionState |
CreateVpcConnectionResponse.state()
The State of Vpc Connection.
|
VpcConnectionState |
VpcConnection.state()
State of the Vpc Connection.
|
VpcConnectionState |
DescribeVpcConnectionResponse.state()
The state of VPC connection.
|
static VpcConnectionState |
VpcConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpcConnectionState[] |
VpcConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VpcConnectionState> |
VpcConnectionState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcConnectionResponse.Builder |
DeleteVpcConnectionResponse.Builder.state(VpcConnectionState state)
The state of the VPC connection.
|
ClientVpcConnection.Builder |
ClientVpcConnection.Builder.state(VpcConnectionState state)
State of the Vpc Connection.
|
CreateVpcConnectionResponse.Builder |
CreateVpcConnectionResponse.Builder.state(VpcConnectionState state)
The State of Vpc Connection.
|
VpcConnection.Builder |
VpcConnection.Builder.state(VpcConnectionState state)
State of the Vpc Connection.
|
DescribeVpcConnectionResponse.Builder |
DescribeVpcConnectionResponse.Builder.state(VpcConnectionState state)
The state of VPC connection.
|
Copyright © 2023. All rights reserved.