@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, putServiceQuotaIncreaseRequestIntoTemplate, requestServiceQuotaIncrease, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateServiceQuotaTemplate, deleteServiceQuotaIncreaseRequestFromTemplate, disassociateServiceQuotaTemplate, getAssociationForServiceQuotaTemplate, getAWSDefaultServiceQuota, getCachedResponseMetadata, getRequestedServiceQuotaChange, getServiceQuota, getServiceQuotaIncreaseRequestFromTemplate, listAWSDefaultServiceQuotas, listRequestedServiceQuotaChangeHistory, listRequestedServiceQuotaChangeHistoryByQuota, listServiceQuotaIncreaseRequestsInTemplate, listServiceQuotas, listServices, putServiceQuotaIncreaseRequestIntoTemplate, requestServiceQuotaIncrease, shutdown
public Future<AssociateServiceQuotaTemplateResult> associateServiceQuotaTemplateAsync(AssociateServiceQuotaTemplateRequest request)
AWSServiceQuotasAsync
Associates the Service Quotas template with your organization so that when new accounts are created in your organization, the template submits increase requests for the specified service quotas. Use the Service Quotas template to request an increase for any adjustable quota value. After you define the Service Quotas template, use this operation to associate, or enable, the template.
associateServiceQuotaTemplateAsync
in interface AWSServiceQuotasAsync
public Future<AssociateServiceQuotaTemplateResult> associateServiceQuotaTemplateAsync(AssociateServiceQuotaTemplateRequest request, AsyncHandler<AssociateServiceQuotaTemplateRequest,AssociateServiceQuotaTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Associates the Service Quotas template with your organization so that when new accounts are created in your organization, the template submits increase requests for the specified service quotas. Use the Service Quotas template to request an increase for any adjustable quota value. After you define the Service Quotas template, use this operation to associate, or enable, the 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
Removes a service quota increase request from the Service Quotas template.
deleteServiceQuotaIncreaseRequestFromTemplateAsync
in interface AWSServiceQuotasAsync
public Future<DeleteServiceQuotaIncreaseRequestFromTemplateResult> deleteServiceQuotaIncreaseRequestFromTemplateAsync(DeleteServiceQuotaIncreaseRequestFromTemplateRequest request, AsyncHandler<DeleteServiceQuotaIncreaseRequestFromTemplateRequest,DeleteServiceQuotaIncreaseRequestFromTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Removes a service quota increase request from the Service Quotas 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 the Service Quotas template. Once the template is disabled, it does not request quota increases for new accounts in your organization. Disabling the quota template does not apply the quota increase requests from the template.
Related operations
To enable the quota template, call AssociateServiceQuotaTemplate.
To delete a specific service quota from the template, use DeleteServiceQuotaIncreaseRequestFromTemplate.
disassociateServiceQuotaTemplateAsync
in interface AWSServiceQuotasAsync
public Future<DisassociateServiceQuotaTemplateResult> disassociateServiceQuotaTemplateAsync(DisassociateServiceQuotaTemplateRequest request, AsyncHandler<DisassociateServiceQuotaTemplateRequest,DisassociateServiceQuotaTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Disables the Service Quotas template. Once the template is disabled, it does not request quota increases for new accounts in your organization. Disabling the quota template does not apply the quota increase requests from the template.
Related operations
To enable the quota template, call AssociateServiceQuotaTemplate.
To delete a specific service quota from the template, use DeleteServiceQuotaIncreaseRequestFromTemplate.
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 service quotas values. The Value returned for each quota is the AWS default value, even if the quotas have been increased..
getAWSDefaultServiceQuotaAsync
in interface AWSServiceQuotasAsync
public Future<GetAWSDefaultServiceQuotaResult> getAWSDefaultServiceQuotaAsync(GetAWSDefaultServiceQuotaRequest request, AsyncHandler<GetAWSDefaultServiceQuotaRequest,GetAWSDefaultServiceQuotaResult> asyncHandler)
AWSServiceQuotasAsync
Retrieves the default service quotas values. The Value returned for each quota is the AWS default value, even if the quotas have been increased..
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 ServiceQuotaTemplateAssociationStatus
value from the service. Use this action to
determine if the Service Quota template is associated, or enabled.
getAssociationForServiceQuotaTemplateAsync
in interface AWSServiceQuotasAsync
public Future<GetAssociationForServiceQuotaTemplateResult> getAssociationForServiceQuotaTemplateAsync(GetAssociationForServiceQuotaTemplateRequest request, AsyncHandler<GetAssociationForServiceQuotaTemplateRequest,GetAssociationForServiceQuotaTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Retrieves the ServiceQuotaTemplateAssociationStatus
value from the service. Use this action to
determine if the Service Quota template is associated, or enabled.
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 the details for a particular increase request.
getRequestedServiceQuotaChangeAsync
in interface AWSServiceQuotasAsync
public Future<GetRequestedServiceQuotaChangeResult> getRequestedServiceQuotaChangeAsync(GetRequestedServiceQuotaChangeRequest request, AsyncHandler<GetRequestedServiceQuotaChangeRequest,GetRequestedServiceQuotaChangeResult> asyncHandler)
AWSServiceQuotasAsync
Retrieves the details for a particular 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
Returns the details for the specified service quota. This operation provides a different Value than the
GetAWSDefaultServiceQuota
operation. This operation returns the applied value for each quota.
GetAWSDefaultServiceQuota
returns the default AWS value for each quota.
getServiceQuotaAsync
in interface AWSServiceQuotasAsync
public Future<GetServiceQuotaResult> getServiceQuotaAsync(GetServiceQuotaRequest request, AsyncHandler<GetServiceQuotaRequest,GetServiceQuotaResult> asyncHandler)
AWSServiceQuotasAsync
Returns the details for the specified service quota. This operation provides a different Value than the
GetAWSDefaultServiceQuota
operation. This operation returns the applied value for each quota.
GetAWSDefaultServiceQuota
returns the default AWS value for each quota.
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
Returns the details of the service quota increase request in your template.
getServiceQuotaIncreaseRequestFromTemplateAsync
in interface AWSServiceQuotasAsync
public Future<GetServiceQuotaIncreaseRequestFromTemplateResult> getServiceQuotaIncreaseRequestFromTemplateAsync(GetServiceQuotaIncreaseRequestFromTemplateRequest request, AsyncHandler<GetServiceQuotaIncreaseRequestFromTemplateRequest,GetServiceQuotaIncreaseRequestFromTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Returns the details of the service quota increase request in your 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 all default service quotas for the specified AWS service or all AWS services. ListAWSDefaultServiceQuotas
is similar to ListServiceQuotas except for the Value object. The Value object returned by
ListAWSDefaultServiceQuotas
is the default value assigned by AWS. This request returns a list of all
service quotas for the specified service. The listing of each you'll see the default values are the values that
AWS provides for the quotas.
Always check the NextToken
response parameter when calling any of the List*
operations.
These operations can return an unexpected list of results, even when there are more results available. When this
happens, the NextToken
response parameter contains a value to pass the next call to the same API to
request the next part of the list.
listAWSDefaultServiceQuotasAsync
in interface AWSServiceQuotasAsync
public Future<ListAWSDefaultServiceQuotasResult> listAWSDefaultServiceQuotasAsync(ListAWSDefaultServiceQuotasRequest request, AsyncHandler<ListAWSDefaultServiceQuotasRequest,ListAWSDefaultServiceQuotasResult> asyncHandler)
AWSServiceQuotasAsync
Lists all default service quotas for the specified AWS service or all AWS services. ListAWSDefaultServiceQuotas
is similar to ListServiceQuotas except for the Value object. The Value object returned by
ListAWSDefaultServiceQuotas
is the default value assigned by AWS. This request returns a list of all
service quotas for the specified service. The listing of each you'll see the default values are the values that
AWS provides for the quotas.
Always check the NextToken
response parameter when calling any of the List*
operations.
These operations can return an unexpected list of results, even when there are more results available. When this
happens, the NextToken
response parameter contains a value to pass the next call to the same API to
request the next part of the list.
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
Requests a list of the changes to quotas for a service.
listRequestedServiceQuotaChangeHistoryAsync
in interface AWSServiceQuotasAsync
public Future<ListRequestedServiceQuotaChangeHistoryResult> listRequestedServiceQuotaChangeHistoryAsync(ListRequestedServiceQuotaChangeHistoryRequest request, AsyncHandler<ListRequestedServiceQuotaChangeHistoryRequest,ListRequestedServiceQuotaChangeHistoryResult> asyncHandler)
AWSServiceQuotasAsync
Requests a list of the changes to quotas for a 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
Requests a list of the changes to specific service quotas. This command provides additional granularity over the
ListRequestedServiceQuotaChangeHistory
command. Once a quota change request has reached
CASE_CLOSED, APPROVED,
or DENIED
, the history has been kept for 90 days.
listRequestedServiceQuotaChangeHistoryByQuotaAsync
in interface AWSServiceQuotasAsync
public Future<ListRequestedServiceQuotaChangeHistoryByQuotaResult> listRequestedServiceQuotaChangeHistoryByQuotaAsync(ListRequestedServiceQuotaChangeHistoryByQuotaRequest request, AsyncHandler<ListRequestedServiceQuotaChangeHistoryByQuotaRequest,ListRequestedServiceQuotaChangeHistoryByQuotaResult> asyncHandler)
AWSServiceQuotasAsync
Requests a list of the changes to specific service quotas. This command provides additional granularity over the
ListRequestedServiceQuotaChangeHistory
command. Once a quota change request has reached
CASE_CLOSED, APPROVED,
or DENIED
, the history has been kept for 90 days.
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
Returns a list of the quota increase requests in the template.
listServiceQuotaIncreaseRequestsInTemplateAsync
in interface AWSServiceQuotasAsync
public Future<ListServiceQuotaIncreaseRequestsInTemplateResult> listServiceQuotaIncreaseRequestsInTemplateAsync(ListServiceQuotaIncreaseRequestsInTemplateRequest request, AsyncHandler<ListServiceQuotaIncreaseRequestsInTemplateRequest,ListServiceQuotaIncreaseRequestsInTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Returns a list of the quota increase requests in the 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 all service quotas for the specified AWS service. This request returns a list of the service quotas for the specified service. you'll see the default values are the values that AWS provides for the quotas.
Always check the NextToken
response parameter when calling any of the List*
operations.
These operations can return an unexpected list of results, even when there are more results available. When this
happens, the NextToken
response parameter contains a value to pass the next call to the same API to
request the next part of the list.
listServiceQuotasAsync
in interface AWSServiceQuotasAsync
public Future<ListServiceQuotasResult> listServiceQuotasAsync(ListServiceQuotasRequest request, AsyncHandler<ListServiceQuotasRequest,ListServiceQuotasResult> asyncHandler)
AWSServiceQuotasAsync
Lists all service quotas for the specified AWS service. This request returns a list of the service quotas for the specified service. you'll see the default values are the values that AWS provides for the quotas.
Always check the NextToken
response parameter when calling any of the List*
operations.
These operations can return an unexpected list of results, even when there are more results available. When this
happens, the NextToken
response parameter contains a value to pass the next call to the same API to
request the next part of the list.
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 AWS services available in Service Quotas. Not all AWS services are available in Service Quotas. To list the see the list of the service quotas for a specific service, use ListServiceQuotas.
listServicesAsync
in interface AWSServiceQuotasAsync
public Future<ListServicesResult> listServicesAsync(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)
AWSServiceQuotasAsync
Lists the AWS services available in Service Quotas. Not all AWS services are available in Service Quotas. To list the see the list of the service quotas for a specific service, use ListServiceQuotas.
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<PutServiceQuotaIncreaseRequestIntoTemplateResult> putServiceQuotaIncreaseRequestIntoTemplateAsync(PutServiceQuotaIncreaseRequestIntoTemplateRequest request)
AWSServiceQuotasAsync
Defines and adds a quota to the service quota template. To add a quota to the template, you must provide the
ServiceCode
, QuotaCode
, AwsRegion
, and DesiredValue
. Once you
add a quota to the template, use ListServiceQuotaIncreaseRequestsInTemplate to see the list of quotas in
the template.
putServiceQuotaIncreaseRequestIntoTemplateAsync
in interface AWSServiceQuotasAsync
public Future<PutServiceQuotaIncreaseRequestIntoTemplateResult> putServiceQuotaIncreaseRequestIntoTemplateAsync(PutServiceQuotaIncreaseRequestIntoTemplateRequest request, AsyncHandler<PutServiceQuotaIncreaseRequestIntoTemplateRequest,PutServiceQuotaIncreaseRequestIntoTemplateResult> asyncHandler)
AWSServiceQuotasAsync
Defines and adds a quota to the service quota template. To add a quota to the template, you must provide the
ServiceCode
, QuotaCode
, AwsRegion
, and DesiredValue
. Once you
add a quota to the template, use ListServiceQuotaIncreaseRequestsInTemplate to see the list of quotas in
the 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
Retrieves the details of a service quota increase request. The response to this command provides the details in the RequestedServiceQuotaChange object.
requestServiceQuotaIncreaseAsync
in interface AWSServiceQuotasAsync
public Future<RequestServiceQuotaIncreaseResult> requestServiceQuotaIncreaseAsync(RequestServiceQuotaIncreaseRequest request, AsyncHandler<RequestServiceQuotaIncreaseRequest,RequestServiceQuotaIncreaseResult> asyncHandler)
AWSServiceQuotasAsync
Retrieves the details of a service quota increase request. The response to this command provides the details in the RequestedServiceQuotaChange object.
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.