| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateSecurityResponse |
KafkaClient.updateSecurity(Consumer<UpdateSecurityRequest.Builder> updateSecurityRequest)
Updates the security settings for the cluster.
|
default UpdateSecurityResponse |
KafkaClient.updateSecurity(UpdateSecurityRequest updateSecurityRequest)
Updates the security settings for the cluster.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.