Uses of Class
software.amazon.awssdk.services.kafka.model.UpdateSecurityResponse
-
Packages that use UpdateSecurityResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of UpdateSecurityResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return UpdateSecurityResponse Modifier and Type Method Description default UpdateSecurityResponseKafkaClient. updateSecurity(Consumer<UpdateSecurityRequest.Builder> updateSecurityRequest)Updates the security settings for the cluster.default UpdateSecurityResponseKafkaClient. updateSecurity(UpdateSecurityRequest updateSecurityRequest)Updates the security settings for the cluster.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type UpdateSecurityResponse Modifier and Type Method Description default CompletableFuture<UpdateSecurityResponse>KafkaAsyncClient. updateSecurity(Consumer<UpdateSecurityRequest.Builder> updateSecurityRequest)Updates the security settings for the cluster.default CompletableFuture<UpdateSecurityResponse>KafkaAsyncClient. updateSecurity(UpdateSecurityRequest updateSecurityRequest)Updates the security settings for the cluster.
-