Uses of Class
software.amazon.awssdk.services.kafka.model.DeleteClusterPolicyRequest
-
Packages that use DeleteClusterPolicyRequest Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.transform -
-
Uses of DeleteClusterPolicyRequest in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka with parameters of type DeleteClusterPolicyRequest Modifier and Type Method Description default CompletableFuture<DeleteClusterPolicyResponse>KafkaAsyncClient. deleteClusterPolicy(DeleteClusterPolicyRequest deleteClusterPolicyRequest)Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.default DeleteClusterPolicyResponseKafkaClient. deleteClusterPolicy(DeleteClusterPolicyRequest deleteClusterPolicyRequest)Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request. -
Uses of DeleteClusterPolicyRequest in software.amazon.awssdk.services.kafka.transform
Methods in software.amazon.awssdk.services.kafka.transform with parameters of type DeleteClusterPolicyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteClusterPolicyRequestMarshaller. marshall(DeleteClusterPolicyRequest deleteClusterPolicyRequest)
-