| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConnectionInfo |
VpcConnectionInfo.clone() |
VpcConnectionInfo |
ClusterOperationInfo.getVpcConnectionInfo()
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
VpcConnectionInfo |
ClusterOperationV2Provisioned.getVpcConnectionInfo()
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
VpcConnectionInfo |
VpcConnectionInfo.withCreationTime(Date creationTime)
The time when Amazon MSK creates the VPC Connnection.
|
VpcConnectionInfo |
VpcConnectionInfo.withOwner(String owner)
The owner of the VPC Connection.
|
VpcConnectionInfo |
VpcConnectionInfo.withUserIdentity(UserIdentity userIdentity)
Description of the requester that calls the API operation.
|
VpcConnectionInfo |
VpcConnectionInfo.withVpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) of the VPC connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterOperationInfo.setVpcConnectionInfo(VpcConnectionInfo vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
void |
ClusterOperationV2Provisioned.setVpcConnectionInfo(VpcConnectionInfo vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
ClusterOperationInfo |
ClusterOperationInfo.withVpcConnectionInfo(VpcConnectionInfo vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
ClusterOperationV2Provisioned |
ClusterOperationV2Provisioned.withVpcConnectionInfo(VpcConnectionInfo vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
Copyright © 2023. All rights reserved.