| Package | Description |
|---|---|
| com.amazonaws.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSecurityResult> |
AWSKafkaAsyncClient.updateSecurityAsync(UpdateSecurityRequest request,
AsyncHandler<UpdateSecurityRequest,UpdateSecurityResult> asyncHandler) |
Future<UpdateSecurityResult> |
AWSKafkaAsync.updateSecurityAsync(UpdateSecurityRequest updateSecurityRequest,
AsyncHandler<UpdateSecurityRequest,UpdateSecurityResult> asyncHandler)
Updates the security settings for the cluster.
|
Future<UpdateSecurityResult> |
AbstractAWSKafkaAsync.updateSecurityAsync(UpdateSecurityRequest request,
AsyncHandler<UpdateSecurityRequest,UpdateSecurityResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityRequest |
UpdateSecurityRequest.clone() |
UpdateSecurityRequest |
UpdateSecurityRequest.withClientAuthentication(ClientAuthentication clientAuthentication)
Includes all client authentication related information.
|
UpdateSecurityRequest |
UpdateSecurityRequest.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
UpdateSecurityRequest |
UpdateSecurityRequest.withCurrentVersion(String currentVersion)
The version of the MSK cluster to update.
|
UpdateSecurityRequest |
UpdateSecurityRequest.withEncryptionInfo(EncryptionInfo encryptionInfo)
Includes all encryption-related information.
|
Copyright © 2022. All rights reserved.