| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcConnectionState |
VpcConnectionState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
VpcConnection |
VpcConnection.withState(VpcConnectionState state)
State of the Vpc Connection.
|
ClientVpcConnection |
ClientVpcConnection.withState(VpcConnectionState state)
State of the Vpc Connection.
|
DescribeVpcConnectionResult |
DescribeVpcConnectionResult.withState(VpcConnectionState state)
The state of VPC connection.
|
DeleteVpcConnectionResult |
DeleteVpcConnectionResult.withState(VpcConnectionState state)
The state of the VPC connection.
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.withState(VpcConnectionState state)
The State of Vpc Connection.
|
Copyright © 2024. All rights reserved.