Uses of Class
software.amazon.awssdk.services.kafka.model.VpcConnectionState
-
Packages that use VpcConnectionState Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of VpcConnectionState in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return VpcConnectionState Modifier and Type Method Description static VpcConnectionStateVpcConnectionState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VpcConnectionStateClientVpcConnection. state()State of the Vpc Connection.VpcConnectionStateCreateVpcConnectionResponse. state()The State of Vpc Connection.VpcConnectionStateDeleteVpcConnectionResponse. state()The state of the VPC connection.VpcConnectionStateDescribeVpcConnectionResponse. state()The state of VPC connection.VpcConnectionStateVpcConnection. state()State of the Vpc Connection.static VpcConnectionStateVpcConnectionState. 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.Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type VpcConnectionState Modifier and Type Method Description static Set<VpcConnectionState>VpcConnectionState. knownValues()Methods in software.amazon.awssdk.services.kafka.model with parameters of type VpcConnectionState Modifier and Type Method Description ClientVpcConnection.BuilderClientVpcConnection.Builder. state(VpcConnectionState state)State of the Vpc Connection.CreateVpcConnectionResponse.BuilderCreateVpcConnectionResponse.Builder. state(VpcConnectionState state)The State of Vpc Connection.DeleteVpcConnectionResponse.BuilderDeleteVpcConnectionResponse.Builder. state(VpcConnectionState state)The state of the VPC connection.DescribeVpcConnectionResponse.BuilderDescribeVpcConnectionResponse.Builder. state(VpcConnectionState state)The state of VPC connection.VpcConnection.BuilderVpcConnection.Builder. state(VpcConnectionState state)State of the Vpc Connection.
-