| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ClientVpcConnection |
ClientVpcConnection.clone() |
ClientVpcConnection |
ClientVpcConnection.withAuthentication(String authentication)
Information about the auth scheme of Vpc Connection.
|
ClientVpcConnection |
ClientVpcConnection.withCreationTime(Date creationTime)
Creation time of the Vpc Connection.
|
ClientVpcConnection |
ClientVpcConnection.withOwner(String owner)
The Owner of the Vpc Connection.
|
ClientVpcConnection |
ClientVpcConnection.withState(String state)
State of the Vpc Connection.
|
ClientVpcConnection |
ClientVpcConnection.withState(VpcConnectionState state)
State of the Vpc Connection.
|
ClientVpcConnection |
ClientVpcConnection.withVpcConnectionArn(String vpcConnectionArn)
The ARN that identifies the Vpc Connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClientVpcConnection> |
ListClientVpcConnectionsResult.getClientVpcConnections()
List of client VPC connections.
|
| Modifier and Type | Method and Description |
|---|---|
ListClientVpcConnectionsResult |
ListClientVpcConnectionsResult.withClientVpcConnections(ClientVpcConnection... clientVpcConnections)
List of client VPC connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListClientVpcConnectionsResult.setClientVpcConnections(Collection<ClientVpcConnection> clientVpcConnections)
List of client VPC connections.
|
ListClientVpcConnectionsResult |
ListClientVpcConnectionsResult.withClientVpcConnections(Collection<ClientVpcConnection> clientVpcConnections)
List of client VPC connections.
|
Copyright © 2024. All rights reserved.