| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConnection |
VpcConnection.clone() |
VpcConnection |
VpcConnection.withAuthentication(String authentication)
Information about the auth scheme of Vpc Connection.
|
VpcConnection |
VpcConnection.withCreationTime(Date creationTime)
Creation time of the Vpc Connection.
|
VpcConnection |
VpcConnection.withState(String state)
State of the Vpc Connection.
|
VpcConnection |
VpcConnection.withState(VpcConnectionState state)
State of the Vpc Connection.
|
VpcConnection |
VpcConnection.withTargetClusterArn(String targetClusterArn)
The ARN that identifies the Cluster which the Vpc Connection belongs to.
|
VpcConnection |
VpcConnection.withVpcConnectionArn(String vpcConnectionArn)
The ARN that identifies the Vpc Connection.
|
VpcConnection |
VpcConnection.withVpcId(String vpcId)
The vpcId that belongs to the Vpc Connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcConnection> |
ListVpcConnectionsResult.getVpcConnections()
List of VPC connections.
|
| Modifier and Type | Method and Description |
|---|---|
ListVpcConnectionsResult |
ListVpcConnectionsResult.withVpcConnections(VpcConnection... vpcConnections)
List of VPC connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVpcConnectionsResult.setVpcConnections(Collection<VpcConnection> vpcConnections)
List of VPC connections.
|
ListVpcConnectionsResult |
ListVpcConnectionsResult.withVpcConnections(Collection<VpcConnection> vpcConnections)
List of VPC connections.
|
Copyright © 2025. All rights reserved.