Uses of Class
software.amazon.awssdk.services.kafka.model.PutClusterPolicyResponse
-
Packages that use PutClusterPolicyResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of PutClusterPolicyResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return PutClusterPolicyResponse Modifier and Type Method Description default PutClusterPolicyResponseKafkaClient. putClusterPolicy(Consumer<PutClusterPolicyRequest.Builder> putClusterPolicyRequest)Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.default PutClusterPolicyResponseKafkaClient. putClusterPolicy(PutClusterPolicyRequest putClusterPolicyRequest)Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type PutClusterPolicyResponse Modifier and Type Method Description default CompletableFuture<PutClusterPolicyResponse>KafkaAsyncClient. putClusterPolicy(Consumer<PutClusterPolicyRequest.Builder> putClusterPolicyRequest)Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.default CompletableFuture<PutClusterPolicyResponse>KafkaAsyncClient. putClusterPolicy(PutClusterPolicyRequest putClusterPolicyRequest)Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.
-