| Package | Description |
|---|---|
| com.amazonaws.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
CreateVpcConnectionResult |
AbstractAWSKafka.createVpcConnection(CreateVpcConnectionRequest request) |
CreateVpcConnectionResult |
AWSKafka.createVpcConnection(CreateVpcConnectionRequest createVpcConnectionRequest)
Creates a new MSK VPC connection.
|
CreateVpcConnectionResult |
AWSKafkaClient.createVpcConnection(CreateVpcConnectionRequest request)
Creates a new MSK VPC connection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVpcConnectionResult> |
AWSKafkaAsyncClient.createVpcConnectionAsync(CreateVpcConnectionRequest request,
AsyncHandler<CreateVpcConnectionRequest,CreateVpcConnectionResult> asyncHandler) |
Future<CreateVpcConnectionResult> |
AWSKafkaAsync.createVpcConnectionAsync(CreateVpcConnectionRequest createVpcConnectionRequest,
AsyncHandler<CreateVpcConnectionRequest,CreateVpcConnectionResult> asyncHandler)
Creates a new MSK VPC connection.
|
Future<CreateVpcConnectionResult> |
AbstractAWSKafkaAsync.createVpcConnectionAsync(CreateVpcConnectionRequest request,
AsyncHandler<CreateVpcConnectionRequest,CreateVpcConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateVpcConnectionResult |
CreateVpcConnectionResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.clone() |
CreateVpcConnectionResult |
CreateVpcConnectionResult.withAuthentication(String authentication)
The authentication type of VPC connection.
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.withClientSubnets(Collection<String> clientSubnets)
The list of client subnets.
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.withClientSubnets(String... clientSubnets)
The list of client subnets.
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.withCreationTime(Date creationTime)
The creation time of VPC connection.
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.withSecurityGroups(Collection<String> securityGroups)
The list of security groups.
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.withSecurityGroups(String... securityGroups)
The list of security groups.
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.withState(String state)
The State of Vpc Connection.
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.withState(VpcConnectionState state)
The State of Vpc Connection.
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.withTags(Map<String,String> tags)
A map of tags for the VPC connection.
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.withVpcConnectionArn(String vpcConnectionArn)
The VPC connection ARN.
|
CreateVpcConnectionResult |
CreateVpcConnectionResult.withVpcId(String vpcId)
The VPC ID of the VPC connection.
|
Copyright © 2023. All rights reserved.