Uses of Class
software.amazon.awssdk.services.kafka.model.DescribeVpcConnectionResponse
-
Packages that use DescribeVpcConnectionResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of DescribeVpcConnectionResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return DescribeVpcConnectionResponse Modifier and Type Method Description default DescribeVpcConnectionResponseKafkaClient. describeVpcConnection(Consumer<DescribeVpcConnectionRequest.Builder> describeVpcConnectionRequest)Returns a description of this MSK VPC connection.default DescribeVpcConnectionResponseKafkaClient. describeVpcConnection(DescribeVpcConnectionRequest describeVpcConnectionRequest)Returns a description of this MSK VPC connection.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type DescribeVpcConnectionResponse Modifier and Type Method Description default CompletableFuture<DescribeVpcConnectionResponse>KafkaAsyncClient. describeVpcConnection(Consumer<DescribeVpcConnectionRequest.Builder> describeVpcConnectionRequest)Returns a description of this MSK VPC connection.default CompletableFuture<DescribeVpcConnectionResponse>KafkaAsyncClient. describeVpcConnection(DescribeVpcConnectionRequest describeVpcConnectionRequest)Returns a description of this MSK VPC connection.
-