
com.amazonaws.services.config.AbstractAmazonConfigAsync Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-java-sdk-config Show documentation
Show all versions of aws-java-sdk-config Show documentation
The AWS Java SDK for AWS Config module holds the client classes that are used for communicating with AWS Config Service
/*
* Copyright 2010-2016 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.config;
import com.amazonaws.services.config.model.*;
/**
* Abstract implementation of {@code AmazonConfigAsync}. Convenient method forms
* pass through to the corresponding overload that takes a request object and an
* {@code AsyncHandler}, which throws an {@code UnsupportedOperationException}.
*/
public class AbstractAmazonConfigAsync extends AbstractAmazonConfig implements
AmazonConfigAsync {
protected AbstractAmazonConfigAsync() {
}
@Override
public java.util.concurrent.Future deleteConfigRuleAsync(
DeleteConfigRuleRequest request) {
return deleteConfigRuleAsync(request, null);
}
@Override
public java.util.concurrent.Future deleteConfigRuleAsync(
DeleteConfigRuleRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future deleteConfigurationRecorderAsync(
DeleteConfigurationRecorderRequest request) {
return deleteConfigurationRecorderAsync(request, null);
}
@Override
public java.util.concurrent.Future deleteConfigurationRecorderAsync(
DeleteConfigurationRecorderRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future deleteDeliveryChannelAsync(
DeleteDeliveryChannelRequest request) {
return deleteDeliveryChannelAsync(request, null);
}
@Override
public java.util.concurrent.Future deleteDeliveryChannelAsync(
DeleteDeliveryChannelRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future deliverConfigSnapshotAsync(
DeliverConfigSnapshotRequest request) {
return deliverConfigSnapshotAsync(request, null);
}
@Override
public java.util.concurrent.Future deliverConfigSnapshotAsync(
DeliverConfigSnapshotRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future describeComplianceByConfigRuleAsync(
DescribeComplianceByConfigRuleRequest request) {
return describeComplianceByConfigRuleAsync(request, null);
}
@Override
public java.util.concurrent.Future describeComplianceByConfigRuleAsync(
DescribeComplianceByConfigRuleRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
/**
* Simplified method form for invoking the DescribeComplianceByConfigRule
* operation.
*
* @see #describeComplianceByConfigRuleAsync(DescribeComplianceByConfigRuleRequest)
*/
@Override
public java.util.concurrent.Future describeComplianceByConfigRuleAsync() {
return describeComplianceByConfigRuleAsync(new DescribeComplianceByConfigRuleRequest());
}
/**
* Simplified method form for invoking the DescribeComplianceByConfigRule
* operation with an AsyncHandler.
*
* @see #describeComplianceByConfigRuleAsync(DescribeComplianceByConfigRuleRequest,
* com.amazonaws.handlers.AsyncHandler)
*/
public java.util.concurrent.Future describeComplianceByConfigRuleAsync(
com.amazonaws.handlers.AsyncHandler asyncHandler) {
return describeComplianceByConfigRuleAsync(
new DescribeComplianceByConfigRuleRequest(), asyncHandler);
}
@Override
public java.util.concurrent.Future describeComplianceByResourceAsync(
DescribeComplianceByResourceRequest request) {
return describeComplianceByResourceAsync(request, null);
}
@Override
public java.util.concurrent.Future describeComplianceByResourceAsync(
DescribeComplianceByResourceRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
/**
* Simplified method form for invoking the DescribeComplianceByResource
* operation.
*
* @see #describeComplianceByResourceAsync(DescribeComplianceByResourceRequest)
*/
@Override
public java.util.concurrent.Future describeComplianceByResourceAsync() {
return describeComplianceByResourceAsync(new DescribeComplianceByResourceRequest());
}
/**
* Simplified method form for invoking the DescribeComplianceByResource
* operation with an AsyncHandler.
*
* @see #describeComplianceByResourceAsync(DescribeComplianceByResourceRequest,
* com.amazonaws.handlers.AsyncHandler)
*/
public java.util.concurrent.Future describeComplianceByResourceAsync(
com.amazonaws.handlers.AsyncHandler asyncHandler) {
return describeComplianceByResourceAsync(
new DescribeComplianceByResourceRequest(), asyncHandler);
}
@Override
public java.util.concurrent.Future describeConfigRuleEvaluationStatusAsync(
DescribeConfigRuleEvaluationStatusRequest request) {
return describeConfigRuleEvaluationStatusAsync(request, null);
}
@Override
public java.util.concurrent.Future describeConfigRuleEvaluationStatusAsync(
DescribeConfigRuleEvaluationStatusRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
/**
* Simplified method form for invoking the
* DescribeConfigRuleEvaluationStatus operation.
*
* @see #describeConfigRuleEvaluationStatusAsync(DescribeConfigRuleEvaluationStatusRequest)
*/
@Override
public java.util.concurrent.Future describeConfigRuleEvaluationStatusAsync() {
return describeConfigRuleEvaluationStatusAsync(new DescribeConfigRuleEvaluationStatusRequest());
}
/**
* Simplified method form for invoking the
* DescribeConfigRuleEvaluationStatus operation with an AsyncHandler.
*
* @see #describeConfigRuleEvaluationStatusAsync(DescribeConfigRuleEvaluationStatusRequest,
* com.amazonaws.handlers.AsyncHandler)
*/
public java.util.concurrent.Future describeConfigRuleEvaluationStatusAsync(
com.amazonaws.handlers.AsyncHandler asyncHandler) {
return describeConfigRuleEvaluationStatusAsync(
new DescribeConfigRuleEvaluationStatusRequest(), asyncHandler);
}
@Override
public java.util.concurrent.Future describeConfigRulesAsync(
DescribeConfigRulesRequest request) {
return describeConfigRulesAsync(request, null);
}
@Override
public java.util.concurrent.Future describeConfigRulesAsync(
DescribeConfigRulesRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
/**
* Simplified method form for invoking the DescribeConfigRules operation.
*
* @see #describeConfigRulesAsync(DescribeConfigRulesRequest)
*/
@Override
public java.util.concurrent.Future describeConfigRulesAsync() {
return describeConfigRulesAsync(new DescribeConfigRulesRequest());
}
/**
* Simplified method form for invoking the DescribeConfigRules operation
* with an AsyncHandler.
*
* @see #describeConfigRulesAsync(DescribeConfigRulesRequest,
* com.amazonaws.handlers.AsyncHandler)
*/
public java.util.concurrent.Future describeConfigRulesAsync(
com.amazonaws.handlers.AsyncHandler asyncHandler) {
return describeConfigRulesAsync(new DescribeConfigRulesRequest(),
asyncHandler);
}
@Override
public java.util.concurrent.Future describeConfigurationRecorderStatusAsync(
DescribeConfigurationRecorderStatusRequest request) {
return describeConfigurationRecorderStatusAsync(request, null);
}
@Override
public java.util.concurrent.Future describeConfigurationRecorderStatusAsync(
DescribeConfigurationRecorderStatusRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
/**
* Simplified method form for invoking the
* DescribeConfigurationRecorderStatus operation.
*
* @see #describeConfigurationRecorderStatusAsync(DescribeConfigurationRecorderStatusRequest)
*/
@Override
public java.util.concurrent.Future describeConfigurationRecorderStatusAsync() {
return describeConfigurationRecorderStatusAsync(new DescribeConfigurationRecorderStatusRequest());
}
/**
* Simplified method form for invoking the
* DescribeConfigurationRecorderStatus operation with an AsyncHandler.
*
* @see #describeConfigurationRecorderStatusAsync(DescribeConfigurationRecorderStatusRequest,
* com.amazonaws.handlers.AsyncHandler)
*/
public java.util.concurrent.Future describeConfigurationRecorderStatusAsync(
com.amazonaws.handlers.AsyncHandler asyncHandler) {
return describeConfigurationRecorderStatusAsync(
new DescribeConfigurationRecorderStatusRequest(), asyncHandler);
}
@Override
public java.util.concurrent.Future describeConfigurationRecordersAsync(
DescribeConfigurationRecordersRequest request) {
return describeConfigurationRecordersAsync(request, null);
}
@Override
public java.util.concurrent.Future describeConfigurationRecordersAsync(
DescribeConfigurationRecordersRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
/**
* Simplified method form for invoking the DescribeConfigurationRecorders
* operation.
*
* @see #describeConfigurationRecordersAsync(DescribeConfigurationRecordersRequest)
*/
@Override
public java.util.concurrent.Future describeConfigurationRecordersAsync() {
return describeConfigurationRecordersAsync(new DescribeConfigurationRecordersRequest());
}
/**
* Simplified method form for invoking the DescribeConfigurationRecorders
* operation with an AsyncHandler.
*
* @see #describeConfigurationRecordersAsync(DescribeConfigurationRecordersRequest,
* com.amazonaws.handlers.AsyncHandler)
*/
public java.util.concurrent.Future describeConfigurationRecordersAsync(
com.amazonaws.handlers.AsyncHandler asyncHandler) {
return describeConfigurationRecordersAsync(
new DescribeConfigurationRecordersRequest(), asyncHandler);
}
@Override
public java.util.concurrent.Future describeDeliveryChannelStatusAsync(
DescribeDeliveryChannelStatusRequest request) {
return describeDeliveryChannelStatusAsync(request, null);
}
@Override
public java.util.concurrent.Future describeDeliveryChannelStatusAsync(
DescribeDeliveryChannelStatusRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
/**
* Simplified method form for invoking the DescribeDeliveryChannelStatus
* operation.
*
* @see #describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest)
*/
@Override
public java.util.concurrent.Future describeDeliveryChannelStatusAsync() {
return describeDeliveryChannelStatusAsync(new DescribeDeliveryChannelStatusRequest());
}
/**
* Simplified method form for invoking the DescribeDeliveryChannelStatus
* operation with an AsyncHandler.
*
* @see #describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest,
* com.amazonaws.handlers.AsyncHandler)
*/
public java.util.concurrent.Future describeDeliveryChannelStatusAsync(
com.amazonaws.handlers.AsyncHandler asyncHandler) {
return describeDeliveryChannelStatusAsync(
new DescribeDeliveryChannelStatusRequest(), asyncHandler);
}
@Override
public java.util.concurrent.Future describeDeliveryChannelsAsync(
DescribeDeliveryChannelsRequest request) {
return describeDeliveryChannelsAsync(request, null);
}
@Override
public java.util.concurrent.Future describeDeliveryChannelsAsync(
DescribeDeliveryChannelsRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
/**
* Simplified method form for invoking the DescribeDeliveryChannels
* operation.
*
* @see #describeDeliveryChannelsAsync(DescribeDeliveryChannelsRequest)
*/
@Override
public java.util.concurrent.Future describeDeliveryChannelsAsync() {
return describeDeliveryChannelsAsync(new DescribeDeliveryChannelsRequest());
}
/**
* Simplified method form for invoking the DescribeDeliveryChannels
* operation with an AsyncHandler.
*
* @see #describeDeliveryChannelsAsync(DescribeDeliveryChannelsRequest,
* com.amazonaws.handlers.AsyncHandler)
*/
public java.util.concurrent.Future describeDeliveryChannelsAsync(
com.amazonaws.handlers.AsyncHandler asyncHandler) {
return describeDeliveryChannelsAsync(
new DescribeDeliveryChannelsRequest(), asyncHandler);
}
@Override
public java.util.concurrent.Future getComplianceDetailsByConfigRuleAsync(
GetComplianceDetailsByConfigRuleRequest request) {
return getComplianceDetailsByConfigRuleAsync(request, null);
}
@Override
public java.util.concurrent.Future getComplianceDetailsByConfigRuleAsync(
GetComplianceDetailsByConfigRuleRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future getComplianceDetailsByResourceAsync(
GetComplianceDetailsByResourceRequest request) {
return getComplianceDetailsByResourceAsync(request, null);
}
@Override
public java.util.concurrent.Future getComplianceDetailsByResourceAsync(
GetComplianceDetailsByResourceRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future getComplianceSummaryByConfigRuleAsync(
GetComplianceSummaryByConfigRuleRequest request) {
return getComplianceSummaryByConfigRuleAsync(request, null);
}
@Override
public java.util.concurrent.Future getComplianceSummaryByConfigRuleAsync(
GetComplianceSummaryByConfigRuleRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
/**
* Simplified method form for invoking the GetComplianceSummaryByConfigRule
* operation.
*
* @see #getComplianceSummaryByConfigRuleAsync(GetComplianceSummaryByConfigRuleRequest)
*/
@Override
public java.util.concurrent.Future getComplianceSummaryByConfigRuleAsync() {
return getComplianceSummaryByConfigRuleAsync(new GetComplianceSummaryByConfigRuleRequest());
}
/**
* Simplified method form for invoking the GetComplianceSummaryByConfigRule
* operation with an AsyncHandler.
*
* @see #getComplianceSummaryByConfigRuleAsync(GetComplianceSummaryByConfigRuleRequest,
* com.amazonaws.handlers.AsyncHandler)
*/
public java.util.concurrent.Future getComplianceSummaryByConfigRuleAsync(
com.amazonaws.handlers.AsyncHandler asyncHandler) {
return getComplianceSummaryByConfigRuleAsync(
new GetComplianceSummaryByConfigRuleRequest(), asyncHandler);
}
@Override
public java.util.concurrent.Future getComplianceSummaryByResourceTypeAsync(
GetComplianceSummaryByResourceTypeRequest request) {
return getComplianceSummaryByResourceTypeAsync(request, null);
}
@Override
public java.util.concurrent.Future getComplianceSummaryByResourceTypeAsync(
GetComplianceSummaryByResourceTypeRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
/**
* Simplified method form for invoking the
* GetComplianceSummaryByResourceType operation.
*
* @see #getComplianceSummaryByResourceTypeAsync(GetComplianceSummaryByResourceTypeRequest)
*/
@Override
public java.util.concurrent.Future getComplianceSummaryByResourceTypeAsync() {
return getComplianceSummaryByResourceTypeAsync(new GetComplianceSummaryByResourceTypeRequest());
}
/**
* Simplified method form for invoking the
* GetComplianceSummaryByResourceType operation with an AsyncHandler.
*
* @see #getComplianceSummaryByResourceTypeAsync(GetComplianceSummaryByResourceTypeRequest,
* com.amazonaws.handlers.AsyncHandler)
*/
public java.util.concurrent.Future getComplianceSummaryByResourceTypeAsync(
com.amazonaws.handlers.AsyncHandler asyncHandler) {
return getComplianceSummaryByResourceTypeAsync(
new GetComplianceSummaryByResourceTypeRequest(), asyncHandler);
}
@Override
public java.util.concurrent.Future getResourceConfigHistoryAsync(
GetResourceConfigHistoryRequest request) {
return getResourceConfigHistoryAsync(request, null);
}
@Override
public java.util.concurrent.Future getResourceConfigHistoryAsync(
GetResourceConfigHistoryRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future listDiscoveredResourcesAsync(
ListDiscoveredResourcesRequest request) {
return listDiscoveredResourcesAsync(request, null);
}
@Override
public java.util.concurrent.Future listDiscoveredResourcesAsync(
ListDiscoveredResourcesRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future putConfigRuleAsync(
PutConfigRuleRequest request) {
return putConfigRuleAsync(request, null);
}
@Override
public java.util.concurrent.Future putConfigRuleAsync(
PutConfigRuleRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future putConfigurationRecorderAsync(
PutConfigurationRecorderRequest request) {
return putConfigurationRecorderAsync(request, null);
}
@Override
public java.util.concurrent.Future putConfigurationRecorderAsync(
PutConfigurationRecorderRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future putDeliveryChannelAsync(
PutDeliveryChannelRequest request) {
return putDeliveryChannelAsync(request, null);
}
@Override
public java.util.concurrent.Future putDeliveryChannelAsync(
PutDeliveryChannelRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future putEvaluationsAsync(
PutEvaluationsRequest request) {
return putEvaluationsAsync(request, null);
}
@Override
public java.util.concurrent.Future putEvaluationsAsync(
PutEvaluationsRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future startConfigurationRecorderAsync(
StartConfigurationRecorderRequest request) {
return startConfigurationRecorderAsync(request, null);
}
@Override
public java.util.concurrent.Future startConfigurationRecorderAsync(
StartConfigurationRecorderRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
@Override
public java.util.concurrent.Future stopConfigurationRecorderAsync(
StopConfigurationRecorderRequest request) {
return stopConfigurationRecorderAsync(request, null);
}
@Override
public java.util.concurrent.Future stopConfigurationRecorderAsync(
StopConfigurationRecorderRequest request,
com.amazonaws.handlers.AsyncHandler asyncHandler) {
throw new java.lang.UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy