Uses of Class
software.amazon.awssdk.services.servicequotas.model.ServiceQuota
-
Packages that use ServiceQuota Package Description software.amazon.awssdk.services.servicequotas.model software.amazon.awssdk.services.servicequotas.paginators -
-
Uses of ServiceQuota in software.amazon.awssdk.services.servicequotas.model
Methods in software.amazon.awssdk.services.servicequotas.model that return ServiceQuota Modifier and Type Method Description ServiceQuotaGetAwsDefaultServiceQuotaResponse. quota()Information about the quota.ServiceQuotaGetServiceQuotaResponse. quota()Information about the quota.Methods in software.amazon.awssdk.services.servicequotas.model that return types with arguments of type ServiceQuota Modifier and Type Method Description List<ServiceQuota>ListAwsDefaultServiceQuotasResponse. quotas()Information about the quotas.List<ServiceQuota>ListServiceQuotasResponse. quotas()Information about the quotas.Methods in software.amazon.awssdk.services.servicequotas.model with parameters of type ServiceQuota Modifier and Type Method Description GetAwsDefaultServiceQuotaResponse.BuilderGetAwsDefaultServiceQuotaResponse.Builder. quota(ServiceQuota quota)Information about the quota.GetServiceQuotaResponse.BuilderGetServiceQuotaResponse.Builder. quota(ServiceQuota quota)Information about the quota.ListAwsDefaultServiceQuotasResponse.BuilderListAwsDefaultServiceQuotasResponse.Builder. quotas(ServiceQuota... quotas)Information about the quotas.ListServiceQuotasResponse.BuilderListServiceQuotasResponse.Builder. quotas(ServiceQuota... quotas)Information about the quotas.Method parameters in software.amazon.awssdk.services.servicequotas.model with type arguments of type ServiceQuota Modifier and Type Method Description ListAwsDefaultServiceQuotasResponse.BuilderListAwsDefaultServiceQuotasResponse.Builder. quotas(Collection<ServiceQuota> quotas)Information about the quotas.ListServiceQuotasResponse.BuilderListServiceQuotasResponse.Builder. quotas(Collection<ServiceQuota> quotas)Information about the quotas. -
Uses of ServiceQuota in software.amazon.awssdk.services.servicequotas.paginators
Methods in software.amazon.awssdk.services.servicequotas.paginators that return types with arguments of type ServiceQuota Modifier and Type Method Description SdkIterable<ServiceQuota>ListAWSDefaultServiceQuotasIterable. quotas()Returns an iterable to iterate through the paginatedListAwsDefaultServiceQuotasResponse.quotas()member.SdkPublisher<ServiceQuota>ListAWSDefaultServiceQuotasPublisher. quotas()Returns a publisher that can be used to get a stream of data.SdkIterable<ServiceQuota>ListServiceQuotasIterable. quotas()Returns an iterable to iterate through the paginatedListServiceQuotasResponse.quotas()member.SdkPublisher<ServiceQuota>ListServiceQuotasPublisher. quotas()Returns a publisher that can be used to get a stream of data.
-