com.amazonaws.services.athena.AbstractAmazonAthenaAsync Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-java-sdk-athena Show documentation
Show all versions of aws-java-sdk-athena Show documentation
The AWS Java SDK for Amazon Athena module holds the client classes that are used for communicating with Amazon Athena Service
/*
* Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.athena;
import javax.annotation.Generated;
import com.amazonaws.services.athena.model.*;
/**
* Abstract implementation of {@code AmazonAthenaAsync}. Convenient method forms pass through to the corresponding
* overload that takes a request object and an {@code AsyncHandler}, which throws an
* {@code UnsupportedOperationException}.
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class AbstractAmazonAthenaAsync extends AbstractAmazonAthena implements AmazonAthenaAsync {
protected AbstractAmazonAthenaAsync() {
}
@Override
public java.util.concurrent.Future batchGetNamedQueryAsync(BatchGetNamedQueryRequest request) {
return batchGetNamedQueryAsync(request, null);
}
@Override
public java.util.concurrent.Future batchGetNamedQueryAsync(BatchGetNamedQueryRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest request) {
return batchGetQueryExecutionAsync(request, null);
}
@Override
public java.util.concurrent.Future batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future createNamedQueryAsync(CreateNamedQueryRequest request) {
return createNamedQueryAsync(request, null);
}
@Override
public java.util.concurrent.Future createNamedQueryAsync(CreateNamedQueryRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future deleteNamedQueryAsync(DeleteNamedQueryRequest request) {
return deleteNamedQueryAsync(request, null);
}
@Override
public java.util.concurrent.Future deleteNamedQueryAsync(DeleteNamedQueryRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future getNamedQueryAsync(GetNamedQueryRequest request) {
return getNamedQueryAsync(request, null);
}
@Override
public java.util.concurrent.Future getNamedQueryAsync(GetNamedQueryRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future getQueryExecutionAsync(GetQueryExecutionRequest request) {
return getQueryExecutionAsync(request, null);
}
@Override
public java.util.concurrent.Future getQueryExecutionAsync(GetQueryExecutionRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future getQueryResultsAsync(GetQueryResultsRequest request) {
return getQueryResultsAsync(request, null);
}
@Override
public java.util.concurrent.Future getQueryResultsAsync(GetQueryResultsRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future listNamedQueriesAsync(ListNamedQueriesRequest request) {
return listNamedQueriesAsync(request, null);
}
@Override
public java.util.concurrent.Future listNamedQueriesAsync(ListNamedQueriesRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future listQueryExecutionsAsync(ListQueryExecutionsRequest request) {
return listQueryExecutionsAsync(request, null);
}
@Override
public java.util.concurrent.Future listQueryExecutionsAsync(ListQueryExecutionsRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future startQueryExecutionAsync(StartQueryExecutionRequest request) {
return startQueryExecutionAsync(request, null);
}
@Override
public java.util.concurrent.Future startQueryExecutionAsync(StartQueryExecutionRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future stopQueryExecutionAsync(StopQueryExecutionRequest request) {
return stopQueryExecutionAsync(request, null);
}
@Override
public java.util.concurrent.Future stopQueryExecutionAsync(StopQueryExecutionRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy