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