Uses of Class
software.amazon.awssdk.services.kafka.model.GetBootstrapBrokersRequest
-
Packages that use GetBootstrapBrokersRequest Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.transform -
-
Uses of GetBootstrapBrokersRequest in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka with parameters of type GetBootstrapBrokersRequest Modifier and Type Method Description default CompletableFuture<GetBootstrapBrokersResponse>KafkaAsyncClient. getBootstrapBrokers(GetBootstrapBrokersRequest getBootstrapBrokersRequest)A list of brokers that a client application can use to bootstrap.default GetBootstrapBrokersResponseKafkaClient. getBootstrapBrokers(GetBootstrapBrokersRequest getBootstrapBrokersRequest)A list of brokers that a client application can use to bootstrap. -
Uses of GetBootstrapBrokersRequest in software.amazon.awssdk.services.kafka.transform
Methods in software.amazon.awssdk.services.kafka.transform with parameters of type GetBootstrapBrokersRequest Modifier and Type Method Description SdkHttpFullRequestGetBootstrapBrokersRequestMarshaller. marshall(GetBootstrapBrokersRequest getBootstrapBrokersRequest)
-