@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSServiceQuotas extends Object implements AWSServiceQuotas
AWSServiceQuotas. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSServiceQuotas() |
public AssociateServiceQuotaTemplateResult associateServiceQuotaTemplate(AssociateServiceQuotaTemplateRequest request)
AWSServiceQuotasAssociates 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.
associateServiceQuotaTemplate in interface AWSServiceQuotaspublic DeleteServiceQuotaIncreaseRequestFromTemplateResult deleteServiceQuotaIncreaseRequestFromTemplate(DeleteServiceQuotaIncreaseRequestFromTemplateRequest request)
AWSServiceQuotasRemoves a service quota increase request from the Service Quotas template.
deleteServiceQuotaIncreaseRequestFromTemplate in interface AWSServiceQuotaspublic DisassociateServiceQuotaTemplateResult disassociateServiceQuotaTemplate(DisassociateServiceQuotaTemplateRequest request)
AWSServiceQuotasDisables 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.
disassociateServiceQuotaTemplate in interface AWSServiceQuotaspublic GetAWSDefaultServiceQuotaResult getAWSDefaultServiceQuota(GetAWSDefaultServiceQuotaRequest request)
AWSServiceQuotasRetrieves the default service quotas values. The Value returned for each quota is the AWS default value, even if the quotas have been increased..
getAWSDefaultServiceQuota in interface AWSServiceQuotaspublic GetAssociationForServiceQuotaTemplateResult getAssociationForServiceQuotaTemplate(GetAssociationForServiceQuotaTemplateRequest request)
AWSServiceQuotas
Retrieves the ServiceQuotaTemplateAssociationStatus value from the service. Use this action to
determine if the Service Quota template is associated, or enabled.
getAssociationForServiceQuotaTemplate in interface AWSServiceQuotaspublic GetRequestedServiceQuotaChangeResult getRequestedServiceQuotaChange(GetRequestedServiceQuotaChangeRequest request)
AWSServiceQuotasRetrieves the details for a particular increase request.
getRequestedServiceQuotaChange in interface AWSServiceQuotaspublic GetServiceQuotaResult getServiceQuota(GetServiceQuotaRequest request)
AWSServiceQuotas
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.
getServiceQuota in interface AWSServiceQuotaspublic GetServiceQuotaIncreaseRequestFromTemplateResult getServiceQuotaIncreaseRequestFromTemplate(GetServiceQuotaIncreaseRequestFromTemplateRequest request)
AWSServiceQuotasReturns the details of the service quota increase request in your template.
getServiceQuotaIncreaseRequestFromTemplate in interface AWSServiceQuotaspublic ListAWSDefaultServiceQuotasResult listAWSDefaultServiceQuotas(ListAWSDefaultServiceQuotasRequest request)
AWSServiceQuotas
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.
listAWSDefaultServiceQuotas in interface AWSServiceQuotaspublic ListRequestedServiceQuotaChangeHistoryResult listRequestedServiceQuotaChangeHistory(ListRequestedServiceQuotaChangeHistoryRequest request)
AWSServiceQuotasRequests a list of the changes to quotas for a service.
listRequestedServiceQuotaChangeHistory in interface AWSServiceQuotaspublic ListRequestedServiceQuotaChangeHistoryByQuotaResult listRequestedServiceQuotaChangeHistoryByQuota(ListRequestedServiceQuotaChangeHistoryByQuotaRequest request)
AWSServiceQuotas
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.
listRequestedServiceQuotaChangeHistoryByQuota in interface AWSServiceQuotaspublic ListServiceQuotaIncreaseRequestsInTemplateResult listServiceQuotaIncreaseRequestsInTemplate(ListServiceQuotaIncreaseRequestsInTemplateRequest request)
AWSServiceQuotasReturns a list of the quota increase requests in the template.
listServiceQuotaIncreaseRequestsInTemplate in interface AWSServiceQuotaspublic ListServiceQuotasResult listServiceQuotas(ListServiceQuotasRequest request)
AWSServiceQuotasLists 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.
listServiceQuotas in interface AWSServiceQuotaspublic ListServicesResult listServices(ListServicesRequest request)
AWSServiceQuotasLists 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.
listServices in interface AWSServiceQuotaspublic PutServiceQuotaIncreaseRequestIntoTemplateResult putServiceQuotaIncreaseRequestIntoTemplate(PutServiceQuotaIncreaseRequestIntoTemplateRequest request)
AWSServiceQuotas
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.
putServiceQuotaIncreaseRequestIntoTemplate in interface AWSServiceQuotaspublic RequestServiceQuotaIncreaseResult requestServiceQuotaIncrease(RequestServiceQuotaIncreaseRequest request)
AWSServiceQuotasRetrieves the details of a service quota increase request. The response to this command provides the details in the RequestedServiceQuotaChange object.
requestServiceQuotaIncrease in interface AWSServiceQuotaspublic void shutdown()
AWSServiceQuotasshutdown in interface AWSServiceQuotaspublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSServiceQuotasResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSServiceQuotasrequest - The originally executed request.Copyright © 2020. All rights reserved.