Uses of Class
software.amazon.awssdk.services.kafka.model.DeleteVpcConnectionRequest
-
Packages that use DeleteVpcConnectionRequest Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.transform -
-
Uses of DeleteVpcConnectionRequest in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka with parameters of type DeleteVpcConnectionRequest Modifier and Type Method Description default CompletableFuture<DeleteVpcConnectionResponse>KafkaAsyncClient. deleteVpcConnection(DeleteVpcConnectionRequest deleteVpcConnectionRequest)Deletes a MSK VPC connection.default DeleteVpcConnectionResponseKafkaClient. deleteVpcConnection(DeleteVpcConnectionRequest deleteVpcConnectionRequest)Deletes a MSK VPC connection. -
Uses of DeleteVpcConnectionRequest in software.amazon.awssdk.services.kafka.transform
Methods in software.amazon.awssdk.services.kafka.transform with parameters of type DeleteVpcConnectionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteVpcConnectionRequestMarshaller. marshall(DeleteVpcConnectionRequest deleteVpcConnectionRequest)
-