Uses of Class
software.amazon.awssdk.services.kafka.model.PutClusterPolicyRequest
-
Packages that use PutClusterPolicyRequest Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.transform -
-
Uses of PutClusterPolicyRequest in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka with parameters of type PutClusterPolicyRequest Modifier and Type Method Description 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.default PutClusterPolicyResponseKafkaClient. putClusterPolicy(PutClusterPolicyRequest putClusterPolicyRequest)Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request. -
Uses of PutClusterPolicyRequest in software.amazon.awssdk.services.kafka.transform
Methods in software.amazon.awssdk.services.kafka.transform with parameters of type PutClusterPolicyRequest Modifier and Type Method Description SdkHttpFullRequestPutClusterPolicyRequestMarshaller. marshall(PutClusterPolicyRequest putClusterPolicyRequest)
-