Uses of Class
software.amazon.awssdk.services.kafka.model.CreateVpcConnectionResponse
-
Packages that use CreateVpcConnectionResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of CreateVpcConnectionResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return CreateVpcConnectionResponse Modifier and Type Method Description default CreateVpcConnectionResponseKafkaClient. createVpcConnection(Consumer<CreateVpcConnectionRequest.Builder> createVpcConnectionRequest)Creates a new MSK VPC connection.default CreateVpcConnectionResponseKafkaClient. createVpcConnection(CreateVpcConnectionRequest createVpcConnectionRequest)Creates a new MSK VPC connection.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type CreateVpcConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateVpcConnectionResponse>KafkaAsyncClient. createVpcConnection(Consumer<CreateVpcConnectionRequest.Builder> createVpcConnectionRequest)Creates a new MSK VPC connection.default CompletableFuture<CreateVpcConnectionResponse>KafkaAsyncClient. createVpcConnection(CreateVpcConnectionRequest createVpcConnectionRequest)Creates a new MSK VPC connection.
-