com.amazonaws.services.qapps.AbstractAWSQAppsAsync Maven / Gradle / Ivy
/*
* Copyright 2019-2024 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.qapps;
import javax.annotation.Generated;
import com.amazonaws.services.qapps.model.*;
/**
* Abstract implementation of {@code AWSQAppsAsync}. 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 AbstractAWSQAppsAsync extends AbstractAWSQApps implements AWSQAppsAsync {
protected AbstractAWSQAppsAsync() {
}
@Override
public java.util.concurrent.Future associateLibraryItemReviewAsync(AssociateLibraryItemReviewRequest request) {
return associateLibraryItemReviewAsync(request, null);
}
@Override
public java.util.concurrent.Future associateLibraryItemReviewAsync(AssociateLibraryItemReviewRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future associateQAppWithUserAsync(AssociateQAppWithUserRequest request) {
return associateQAppWithUserAsync(request, null);
}
@Override
public java.util.concurrent.Future associateQAppWithUserAsync(AssociateQAppWithUserRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future createLibraryItemAsync(CreateLibraryItemRequest request) {
return createLibraryItemAsync(request, null);
}
@Override
public java.util.concurrent.Future createLibraryItemAsync(CreateLibraryItemRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future createQAppAsync(CreateQAppRequest request) {
return createQAppAsync(request, null);
}
@Override
public java.util.concurrent.Future createQAppAsync(CreateQAppRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future deleteLibraryItemAsync(DeleteLibraryItemRequest request) {
return deleteLibraryItemAsync(request, null);
}
@Override
public java.util.concurrent.Future deleteLibraryItemAsync(DeleteLibraryItemRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future deleteQAppAsync(DeleteQAppRequest request) {
return deleteQAppAsync(request, null);
}
@Override
public java.util.concurrent.Future deleteQAppAsync(DeleteQAppRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future disassociateLibraryItemReviewAsync(DisassociateLibraryItemReviewRequest request) {
return disassociateLibraryItemReviewAsync(request, null);
}
@Override
public java.util.concurrent.Future disassociateLibraryItemReviewAsync(DisassociateLibraryItemReviewRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future disassociateQAppFromUserAsync(DisassociateQAppFromUserRequest request) {
return disassociateQAppFromUserAsync(request, null);
}
@Override
public java.util.concurrent.Future disassociateQAppFromUserAsync(DisassociateQAppFromUserRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future getLibraryItemAsync(GetLibraryItemRequest request) {
return getLibraryItemAsync(request, null);
}
@Override
public java.util.concurrent.Future getLibraryItemAsync(GetLibraryItemRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future getQAppAsync(GetQAppRequest request) {
return getQAppAsync(request, null);
}
@Override
public java.util.concurrent.Future getQAppAsync(GetQAppRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future getQAppSessionAsync(GetQAppSessionRequest request) {
return getQAppSessionAsync(request, null);
}
@Override
public java.util.concurrent.Future getQAppSessionAsync(GetQAppSessionRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future importDocumentAsync(ImportDocumentRequest request) {
return importDocumentAsync(request, null);
}
@Override
public java.util.concurrent.Future importDocumentAsync(ImportDocumentRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future listLibraryItemsAsync(ListLibraryItemsRequest request) {
return listLibraryItemsAsync(request, null);
}
@Override
public java.util.concurrent.Future listLibraryItemsAsync(ListLibraryItemsRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future listQAppsAsync(ListQAppsRequest request) {
return listQAppsAsync(request, null);
}
@Override
public java.util.concurrent.Future listQAppsAsync(ListQAppsRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future listTagsForResourceAsync(ListTagsForResourceRequest request) {
return listTagsForResourceAsync(request, null);
}
@Override
public java.util.concurrent.Future listTagsForResourceAsync(ListTagsForResourceRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future predictQAppAsync(PredictQAppRequest request) {
return predictQAppAsync(request, null);
}
@Override
public java.util.concurrent.Future predictQAppAsync(PredictQAppRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future startQAppSessionAsync(StartQAppSessionRequest request) {
return startQAppSessionAsync(request, null);
}
@Override
public java.util.concurrent.Future startQAppSessionAsync(StartQAppSessionRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future stopQAppSessionAsync(StopQAppSessionRequest request) {
return stopQAppSessionAsync(request, null);
}
@Override
public java.util.concurrent.Future stopQAppSessionAsync(StopQAppSessionRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future tagResourceAsync(TagResourceRequest request) {
return tagResourceAsync(request, null);
}
@Override
public java.util.concurrent.Future tagResourceAsync(TagResourceRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future untagResourceAsync(UntagResourceRequest request) {
return untagResourceAsync(request, null);
}
@Override
public java.util.concurrent.Future untagResourceAsync(UntagResourceRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future updateLibraryItemAsync(UpdateLibraryItemRequest request) {
return updateLibraryItemAsync(request, null);
}
@Override
public java.util.concurrent.Future updateLibraryItemAsync(UpdateLibraryItemRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future updateQAppAsync(UpdateQAppRequest request) {
return updateQAppAsync(request, null);
}
@Override
public java.util.concurrent.Future updateQAppAsync(UpdateQAppRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future updateQAppSessionAsync(UpdateQAppSessionRequest request) {
return updateQAppSessionAsync(request, null);
}
@Override
public java.util.concurrent.Future updateQAppSessionAsync(UpdateQAppSessionRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy