Uses of Class
software.amazon.awssdk.services.kafka.model.VpcConnectionInfo
-
Packages that use VpcConnectionInfo Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of VpcConnectionInfo in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return VpcConnectionInfo Modifier and Type Method Description VpcConnectionInfoClusterOperationInfo. vpcConnectionInfo()Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.VpcConnectionInfoClusterOperationV2Provisioned. vpcConnectionInfo()Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.Methods in software.amazon.awssdk.services.kafka.model with parameters of type VpcConnectionInfo Modifier and Type Method Description ClusterOperationInfo.BuilderClusterOperationInfo.Builder. vpcConnectionInfo(VpcConnectionInfo vpcConnectionInfo)Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.ClusterOperationV2Provisioned.BuilderClusterOperationV2Provisioned.Builder. vpcConnectionInfo(VpcConnectionInfo vpcConnectionInfo)Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
-