Uses of Class
software.amazon.awssdk.services.kafka.model.UpdateConnectivityResponse
-
Packages that use UpdateConnectivityResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of UpdateConnectivityResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return UpdateConnectivityResponse Modifier and Type Method Description default UpdateConnectivityResponseKafkaClient. updateConnectivity(Consumer<UpdateConnectivityRequest.Builder> updateConnectivityRequest)Updates the cluster's connectivity configuration.default UpdateConnectivityResponseKafkaClient. updateConnectivity(UpdateConnectivityRequest updateConnectivityRequest)Updates the cluster's connectivity configuration.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type UpdateConnectivityResponse Modifier and Type Method Description default CompletableFuture<UpdateConnectivityResponse>KafkaAsyncClient. updateConnectivity(Consumer<UpdateConnectivityRequest.Builder> updateConnectivityRequest)Updates the cluster's connectivity configuration.default CompletableFuture<UpdateConnectivityResponse>KafkaAsyncClient. updateConnectivity(UpdateConnectivityRequest updateConnectivityRequest)Updates the cluster's connectivity configuration.
-