Uses of Class
software.amazon.awssdk.services.kafka.model.DeleteClusterPolicyResponse
-
Packages that use DeleteClusterPolicyResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of DeleteClusterPolicyResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return DeleteClusterPolicyResponse Modifier and Type Method Description default DeleteClusterPolicyResponseKafkaClient. deleteClusterPolicy(Consumer<DeleteClusterPolicyRequest.Builder> 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.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type DeleteClusterPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteClusterPolicyResponse>KafkaAsyncClient. deleteClusterPolicy(Consumer<DeleteClusterPolicyRequest.Builder> deleteClusterPolicyRequest)Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.default CompletableFuture<DeleteClusterPolicyResponse>KafkaAsyncClient. deleteClusterPolicy(DeleteClusterPolicyRequest deleteClusterPolicyRequest)Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.
-