Uses of Class
software.amazon.awssdk.services.kafka.model.DeleteClusterResponse
-
Packages that use DeleteClusterResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of DeleteClusterResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return DeleteClusterResponse Modifier and Type Method Description default DeleteClusterResponseKafkaClient. deleteCluster(Consumer<DeleteClusterRequest.Builder> deleteClusterRequest)Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.default DeleteClusterResponseKafkaClient. deleteCluster(DeleteClusterRequest deleteClusterRequest)Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type DeleteClusterResponse Modifier and Type Method Description default CompletableFuture<DeleteClusterResponse>KafkaAsyncClient. deleteCluster(Consumer<DeleteClusterRequest.Builder> deleteClusterRequest)Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.default CompletableFuture<DeleteClusterResponse>KafkaAsyncClient. deleteCluster(DeleteClusterRequest deleteClusterRequest)Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.
-