@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSServiceQuotasAsync extends AbstractAWSServiceQuotas implements AWSServiceQuotasAsync
AWSServiceQuotasAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
associateServiceQuotaTemplate, deleteServiceQuotaIncreaseRequestFromTemplate, disassociateServiceQuotaTemplate, getAssociationForServiceQuotaTemplate, getAWSDefaultServiceQuota, getCachedResponseMetadata, getRequestedServiceQuotaChange, getServiceQuota, getServiceQuotaIncreaseRequestFromTemplate, listAWSDefaultServiceQuotas, listRequestedServiceQuotaChangeHistory, listRequestedServiceQuotaChangeHistoryByQuota, listServiceQuotaIncreaseRequestsInTemplate, listServiceQuotas, listServices, listTagsForResource, putServiceQuotaIncreaseRequestIntoTemplate, requestServiceQuotaIncrease, shutdown, tagResource, untagResource
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateServiceQuotaTemplate, deleteServiceQuotaIncreaseRequestFromTemplate, disassociateServiceQuotaTemplate, getAssociationForServiceQuotaTemplate, getAWSDefaultServiceQuota, getCachedResponseMetadata, getRequestedServiceQuotaChange, getServiceQuota, getServiceQuotaIncreaseRequestFromTemplate, listAWSDefaultServiceQuotas, listRequestedServiceQuotaChangeHistory, listRequestedServiceQuotaChangeHistoryByQuota, listServiceQuotaIncreaseRequestsInTemplate, listServiceQuotas, listServices, listTagsForResource, putServiceQuotaIncreaseRequestIntoTemplate, requestServiceQuotaIncrease, shutdown, tagResource, untagResource
public Future<AssociateServiceQuotaTemplateResult> associateServiceQuotaTemplateAsync(AssociateServiceQuotaTemplateRequest request)
AWSServiceQuotasAsync
Associates your quota request template with your organization. When a new Amazon Web Services account is created in your organization, the quota increase requests in the template are automatically applied to the account. You can add a quota increase request for any adjustable quota to your template.
associateServiceQuotaTemplateAsync
in interface AWSServiceQuotasAsync
public Future<AssociateServiceQuotaTemplateResult> associateServiceQuotaTemplateAsync(AssociateServiceQuotaTemplateRequest request, AsyncHandler<AssociateServiceQuotaTemplateRequest,AssociateServiceQuotaTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Associates your quota request template with your organization. When a new Amazon Web Services account is created in your organization, the quota increase requests in the template are automatically applied to the account. You can add a quota increase request for any adjustable quota to your template.
associateServiceQuotaTemplateAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteServiceQuotaIncreaseRequestFromTemplateResult> deleteServiceQuotaIncreaseRequestFromTemplateAsync(DeleteServiceQuotaIncreaseRequestFromTemplateRequest request)
AWSServiceQuotasAsync
Deletes the quota increase request for the specified quota from your quota request template.
deleteServiceQuotaIncreaseRequestFromTemplateAsync
in interface AWSServiceQuotasAsync
public Future<DeleteServiceQuotaIncreaseRequestFromTemplateResult> deleteServiceQuotaIncreaseRequestFromTemplateAsync(DeleteServiceQuotaIncreaseRequestFromTemplateRequest request, AsyncHandler<DeleteServiceQuotaIncreaseRequestFromTemplateRequest,DeleteServiceQuotaIncreaseRequestFromTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Deletes the quota increase request for the specified quota from your quota request template.
deleteServiceQuotaIncreaseRequestFromTemplateAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateServiceQuotaTemplateResult> disassociateServiceQuotaTemplateAsync(DisassociateServiceQuotaTemplateRequest request)
AWSServiceQuotasAsync
Disables your quota request template. After a template is disabled, the quota increase requests in the template are not applied to new Amazon Web Services accounts in your organization. Disabling a quota request template does not apply its quota increase requests.
disassociateServiceQuotaTemplateAsync
in interface AWSServiceQuotasAsync
public Future<DisassociateServiceQuotaTemplateResult> disassociateServiceQuotaTemplateAsync(DisassociateServiceQuotaTemplateRequest request, AsyncHandler<DisassociateServiceQuotaTemplateRequest,DisassociateServiceQuotaTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Disables your quota request template. After a template is disabled, the quota increase requests in the template are not applied to new Amazon Web Services accounts in your organization. Disabling a quota request template does not apply its quota increase requests.
disassociateServiceQuotaTemplateAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAWSDefaultServiceQuotaResult> getAWSDefaultServiceQuotaAsync(GetAWSDefaultServiceQuotaRequest request)
AWSServiceQuotasAsync
Retrieves the default value for the specified quota. The default value does not reflect any quota increases.
getAWSDefaultServiceQuotaAsync
in interface AWSServiceQuotasAsync
public Future<GetAWSDefaultServiceQuotaResult> getAWSDefaultServiceQuotaAsync(GetAWSDefaultServiceQuotaRequest request, AsyncHandler<GetAWSDefaultServiceQuotaRequest,GetAWSDefaultServiceQuotaResult> asyncHandler)
AWSServiceQuotasAsync
Retrieves the default value for the specified quota. The default value does not reflect any quota increases.
getAWSDefaultServiceQuotaAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAssociationForServiceQuotaTemplateResult> getAssociationForServiceQuotaTemplateAsync(GetAssociationForServiceQuotaTemplateRequest request)
AWSServiceQuotasAsync
Retrieves the status of the association for the quota request template.
getAssociationForServiceQuotaTemplateAsync
in interface AWSServiceQuotasAsync
public Future<GetAssociationForServiceQuotaTemplateResult> getAssociationForServiceQuotaTemplateAsync(GetAssociationForServiceQuotaTemplateRequest request, AsyncHandler<GetAssociationForServiceQuotaTemplateRequest,GetAssociationForServiceQuotaTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Retrieves the status of the association for the quota request template.
getAssociationForServiceQuotaTemplateAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetRequestedServiceQuotaChangeResult> getRequestedServiceQuotaChangeAsync(GetRequestedServiceQuotaChangeRequest request)
AWSServiceQuotasAsync
Retrieves information about the specified quota increase request.
getRequestedServiceQuotaChangeAsync
in interface AWSServiceQuotasAsync
public Future<GetRequestedServiceQuotaChangeResult> getRequestedServiceQuotaChangeAsync(GetRequestedServiceQuotaChangeRequest request, AsyncHandler<GetRequestedServiceQuotaChangeRequest,GetRequestedServiceQuotaChangeResult> asyncHandler)
AWSServiceQuotasAsync
Retrieves information about the specified quota increase request.
getRequestedServiceQuotaChangeAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetServiceQuotaResult> getServiceQuotaAsync(GetServiceQuotaRequest request)
AWSServiceQuotasAsync
Retrieves the applied quota value for the specified quota. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.
getServiceQuotaAsync
in interface AWSServiceQuotasAsync
public Future<GetServiceQuotaResult> getServiceQuotaAsync(GetServiceQuotaRequest request, AsyncHandler<GetServiceQuotaRequest,GetServiceQuotaResult> asyncHandler)
AWSServiceQuotasAsync
Retrieves the applied quota value for the specified quota. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.
getServiceQuotaAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetServiceQuotaIncreaseRequestFromTemplateResult> getServiceQuotaIncreaseRequestFromTemplateAsync(GetServiceQuotaIncreaseRequestFromTemplateRequest request)
AWSServiceQuotasAsync
Retrieves information about the specified quota increase request in your quota request template.
getServiceQuotaIncreaseRequestFromTemplateAsync
in interface AWSServiceQuotasAsync
public Future<GetServiceQuotaIncreaseRequestFromTemplateResult> getServiceQuotaIncreaseRequestFromTemplateAsync(GetServiceQuotaIncreaseRequestFromTemplateRequest request, AsyncHandler<GetServiceQuotaIncreaseRequestFromTemplateRequest,GetServiceQuotaIncreaseRequestFromTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Retrieves information about the specified quota increase request in your quota request template.
getServiceQuotaIncreaseRequestFromTemplateAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAWSDefaultServiceQuotasResult> listAWSDefaultServiceQuotasAsync(ListAWSDefaultServiceQuotasRequest request)
AWSServiceQuotasAsync
Lists the default values for the quotas for the specified Amazon Web Service. A default value does not reflect any quota increases.
listAWSDefaultServiceQuotasAsync
in interface AWSServiceQuotasAsync
public Future<ListAWSDefaultServiceQuotasResult> listAWSDefaultServiceQuotasAsync(ListAWSDefaultServiceQuotasRequest request, AsyncHandler<ListAWSDefaultServiceQuotasRequest,ListAWSDefaultServiceQuotasResult> asyncHandler)
AWSServiceQuotasAsync
Lists the default values for the quotas for the specified Amazon Web Service. A default value does not reflect any quota increases.
listAWSDefaultServiceQuotasAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRequestedServiceQuotaChangeHistoryResult> listRequestedServiceQuotaChangeHistoryAsync(ListRequestedServiceQuotaChangeHistoryRequest request)
AWSServiceQuotasAsync
Retrieves the quota increase requests for the specified Amazon Web Service.
listRequestedServiceQuotaChangeHistoryAsync
in interface AWSServiceQuotasAsync
public Future<ListRequestedServiceQuotaChangeHistoryResult> listRequestedServiceQuotaChangeHistoryAsync(ListRequestedServiceQuotaChangeHistoryRequest request, AsyncHandler<ListRequestedServiceQuotaChangeHistoryRequest,ListRequestedServiceQuotaChangeHistoryResult> asyncHandler)
AWSServiceQuotasAsync
Retrieves the quota increase requests for the specified Amazon Web Service.
listRequestedServiceQuotaChangeHistoryAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRequestedServiceQuotaChangeHistoryByQuotaResult> listRequestedServiceQuotaChangeHistoryByQuotaAsync(ListRequestedServiceQuotaChangeHistoryByQuotaRequest request)
AWSServiceQuotasAsync
Retrieves the quota increase requests for the specified quota.
listRequestedServiceQuotaChangeHistoryByQuotaAsync
in interface AWSServiceQuotasAsync
public Future<ListRequestedServiceQuotaChangeHistoryByQuotaResult> listRequestedServiceQuotaChangeHistoryByQuotaAsync(ListRequestedServiceQuotaChangeHistoryByQuotaRequest request, AsyncHandler<ListRequestedServiceQuotaChangeHistoryByQuotaRequest,ListRequestedServiceQuotaChangeHistoryByQuotaResult> asyncHandler)
AWSServiceQuotasAsync
Retrieves the quota increase requests for the specified quota.
listRequestedServiceQuotaChangeHistoryByQuotaAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListServiceQuotaIncreaseRequestsInTemplateResult> listServiceQuotaIncreaseRequestsInTemplateAsync(ListServiceQuotaIncreaseRequestsInTemplateRequest request)
AWSServiceQuotasAsync
Lists the quota increase requests in the specified quota request template.
listServiceQuotaIncreaseRequestsInTemplateAsync
in interface AWSServiceQuotasAsync
public Future<ListServiceQuotaIncreaseRequestsInTemplateResult> listServiceQuotaIncreaseRequestsInTemplateAsync(ListServiceQuotaIncreaseRequestsInTemplateRequest request, AsyncHandler<ListServiceQuotaIncreaseRequestsInTemplateRequest,ListServiceQuotaIncreaseRequestsInTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Lists the quota increase requests in the specified quota request template.
listServiceQuotaIncreaseRequestsInTemplateAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListServiceQuotasResult> listServiceQuotasAsync(ListServiceQuotasRequest request)
AWSServiceQuotasAsync
Lists the applied quota values for the specified Amazon Web Service. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.
listServiceQuotasAsync
in interface AWSServiceQuotasAsync
public Future<ListServiceQuotasResult> listServiceQuotasAsync(ListServiceQuotasRequest request, AsyncHandler<ListServiceQuotasRequest,ListServiceQuotasResult> asyncHandler)
AWSServiceQuotasAsync
Lists the applied quota values for the specified Amazon Web Service. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.
listServiceQuotasAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListServicesResult> listServicesAsync(ListServicesRequest request)
AWSServiceQuotasAsync
Lists the names and codes for the Amazon Web Services integrated with Service Quotas.
listServicesAsync
in interface AWSServiceQuotasAsync
public Future<ListServicesResult> listServicesAsync(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)
AWSServiceQuotasAsync
Lists the names and codes for the Amazon Web Services integrated with Service Quotas.
listServicesAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSServiceQuotasAsync
Returns a list of the tags assigned to the specified applied quota.
listTagsForResourceAsync
in interface AWSServiceQuotasAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSServiceQuotasAsync
Returns a list of the tags assigned to the specified applied quota.
listTagsForResourceAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutServiceQuotaIncreaseRequestIntoTemplateResult> putServiceQuotaIncreaseRequestIntoTemplateAsync(PutServiceQuotaIncreaseRequestIntoTemplateRequest request)
AWSServiceQuotasAsync
Adds a quota increase request to your quota request template.
putServiceQuotaIncreaseRequestIntoTemplateAsync
in interface AWSServiceQuotasAsync
public Future<PutServiceQuotaIncreaseRequestIntoTemplateResult> putServiceQuotaIncreaseRequestIntoTemplateAsync(PutServiceQuotaIncreaseRequestIntoTemplateRequest request, AsyncHandler<PutServiceQuotaIncreaseRequestIntoTemplateRequest,PutServiceQuotaIncreaseRequestIntoTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Adds a quota increase request to your quota request template.
putServiceQuotaIncreaseRequestIntoTemplateAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RequestServiceQuotaIncreaseResult> requestServiceQuotaIncreaseAsync(RequestServiceQuotaIncreaseRequest request)
AWSServiceQuotasAsync
Submits a quota increase request for the specified quota.
requestServiceQuotaIncreaseAsync
in interface AWSServiceQuotasAsync
public Future<RequestServiceQuotaIncreaseResult> requestServiceQuotaIncreaseAsync(RequestServiceQuotaIncreaseRequest request, AsyncHandler<RequestServiceQuotaIncreaseRequest,RequestServiceQuotaIncreaseResult> asyncHandler)
AWSServiceQuotasAsync
Submits a quota increase request for the specified quota.
requestServiceQuotaIncreaseAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSServiceQuotasAsync
Adds tags to the specified applied quota. You can include one or more tags to add to the quota.
tagResourceAsync
in interface AWSServiceQuotasAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSServiceQuotasAsync
Adds tags to the specified applied quota. You can include one or more tags to add to the quota.
tagResourceAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSServiceQuotasAsync
Removes tags from the specified applied quota. You can specify one or more tags to remove.
untagResourceAsync
in interface AWSServiceQuotasAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSServiceQuotasAsync
Removes tags from the specified applied quota. You can specify one or more tags to remove.
untagResourceAsync
in interface AWSServiceQuotasAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.