All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.greengrassv2.AbstractAWSGreengrassV2Async Maven / Gradle / Ivy

/*
 * Copyright 2016-2021 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.greengrassv2;

import javax.annotation.Generated;

import com.amazonaws.services.greengrassv2.model.*;

/**
 * Abstract implementation of {@code AWSGreengrassV2Async}. 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 AbstractAWSGreengrassV2Async extends AbstractAWSGreengrassV2 implements AWSGreengrassV2Async {

    protected AbstractAWSGreengrassV2Async() {
    }

    @Override
    public java.util.concurrent.Future batchAssociateClientDeviceWithCoreDeviceAsync(
            BatchAssociateClientDeviceWithCoreDeviceRequest request) {

        return batchAssociateClientDeviceWithCoreDeviceAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future batchAssociateClientDeviceWithCoreDeviceAsync(
            BatchAssociateClientDeviceWithCoreDeviceRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future batchDisassociateClientDeviceFromCoreDeviceAsync(
            BatchDisassociateClientDeviceFromCoreDeviceRequest request) {

        return batchDisassociateClientDeviceFromCoreDeviceAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future batchDisassociateClientDeviceFromCoreDeviceAsync(
            BatchDisassociateClientDeviceFromCoreDeviceRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future cancelDeploymentAsync(CancelDeploymentRequest request) {

        return cancelDeploymentAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future cancelDeploymentAsync(CancelDeploymentRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future createComponentVersionAsync(CreateComponentVersionRequest request) {

        return createComponentVersionAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future createComponentVersionAsync(CreateComponentVersionRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future createDeploymentAsync(CreateDeploymentRequest request) {

        return createDeploymentAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future createDeploymentAsync(CreateDeploymentRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future deleteComponentAsync(DeleteComponentRequest request) {

        return deleteComponentAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future deleteComponentAsync(DeleteComponentRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future deleteCoreDeviceAsync(DeleteCoreDeviceRequest request) {

        return deleteCoreDeviceAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future deleteCoreDeviceAsync(DeleteCoreDeviceRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future describeComponentAsync(DescribeComponentRequest request) {

        return describeComponentAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future describeComponentAsync(DescribeComponentRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future getComponentAsync(GetComponentRequest request) {

        return getComponentAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future getComponentAsync(GetComponentRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future getComponentVersionArtifactAsync(GetComponentVersionArtifactRequest request) {

        return getComponentVersionArtifactAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future getComponentVersionArtifactAsync(GetComponentVersionArtifactRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future getCoreDeviceAsync(GetCoreDeviceRequest request) {

        return getCoreDeviceAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future getCoreDeviceAsync(GetCoreDeviceRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future getDeploymentAsync(GetDeploymentRequest request) {

        return getDeploymentAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future getDeploymentAsync(GetDeploymentRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future listClientDevicesAssociatedWithCoreDeviceAsync(
            ListClientDevicesAssociatedWithCoreDeviceRequest request) {

        return listClientDevicesAssociatedWithCoreDeviceAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future listClientDevicesAssociatedWithCoreDeviceAsync(
            ListClientDevicesAssociatedWithCoreDeviceRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future listComponentVersionsAsync(ListComponentVersionsRequest request) {

        return listComponentVersionsAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future listComponentVersionsAsync(ListComponentVersionsRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future listComponentsAsync(ListComponentsRequest request) {

        return listComponentsAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future listComponentsAsync(ListComponentsRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future listCoreDevicesAsync(ListCoreDevicesRequest request) {

        return listCoreDevicesAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future listCoreDevicesAsync(ListCoreDevicesRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future listDeploymentsAsync(ListDeploymentsRequest request) {

        return listDeploymentsAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future listDeploymentsAsync(ListDeploymentsRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future listEffectiveDeploymentsAsync(ListEffectiveDeploymentsRequest request) {

        return listEffectiveDeploymentsAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future listEffectiveDeploymentsAsync(ListEffectiveDeploymentsRequest request,
            com.amazonaws.handlers.AsyncHandler asyncHandler) {

        throw new java.lang.UnsupportedOperationException();
    }

    @Override
    public java.util.concurrent.Future listInstalledComponentsAsync(ListInstalledComponentsRequest request) {

        return listInstalledComponentsAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future listInstalledComponentsAsync(ListInstalledComponentsRequest 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 resolveComponentCandidatesAsync(ResolveComponentCandidatesRequest request) {

        return resolveComponentCandidatesAsync(request, null);
    }

    @Override
    public java.util.concurrent.Future resolveComponentCandidatesAsync(ResolveComponentCandidatesRequest 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();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy