| 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 |
|---|---|
Future<CreateVpcConnectionResult> |
AWSKafkaAsyncClient.createVpcConnectionAsync(CreateVpcConnectionRequest request,
AsyncHandler<CreateVpcConnectionRequest,CreateVpcConnectionResult> asyncHandler) |
Future<CreateVpcConnectionResult> |
AbstractAWSKafkaAsync.createVpcConnectionAsync(CreateVpcConnectionRequest request,
AsyncHandler<CreateVpcConnectionRequest,CreateVpcConnectionResult> asyncHandler) |
Future<CreateVpcConnectionResult> |
AWSKafkaAsync.createVpcConnectionAsync(CreateVpcConnectionRequest createVpcConnectionRequest,
AsyncHandler<CreateVpcConnectionRequest,CreateVpcConnectionResult> asyncHandler)
Creates a new MSK VPC connection.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpcConnectionRequest |
CreateVpcConnectionRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateVpcConnectionRequest |
CreateVpcConnectionRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateVpcConnectionRequest |
CreateVpcConnectionRequest.clone() |
CreateVpcConnectionRequest |
CreateVpcConnectionRequest.withAuthentication(String authentication)
The authentication type of VPC connection.
|
CreateVpcConnectionRequest |
CreateVpcConnectionRequest.withClientSubnets(Collection<String> clientSubnets)
The list of client subnets.
|
CreateVpcConnectionRequest |
CreateVpcConnectionRequest.withClientSubnets(String... clientSubnets)
The list of client subnets.
|
CreateVpcConnectionRequest |
CreateVpcConnectionRequest.withSecurityGroups(Collection<String> securityGroups)
The list of security groups.
|
CreateVpcConnectionRequest |
CreateVpcConnectionRequest.withSecurityGroups(String... securityGroups)
The list of security groups.
|
CreateVpcConnectionRequest |
CreateVpcConnectionRequest.withTags(Map<String,String> tags)
A map of tags for the VPC connection.
|
CreateVpcConnectionRequest |
CreateVpcConnectionRequest.withTargetClusterArn(String targetClusterArn)
The cluster Amazon Resource Name (ARN) for the VPC connection.
|
CreateVpcConnectionRequest |
CreateVpcConnectionRequest.withVpcId(String vpcId)
The VPC ID of VPC connection.
|
Copyright © 2023. All rights reserved.