Uses of Class
software.amazon.awssdk.services.batch.model.QuotaShareCapacityLimit
-
Packages that use QuotaShareCapacityLimit Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QuotaShareCapacityLimit in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type QuotaShareCapacityLimit Modifier and Type Method Description List<QuotaShareCapacityLimit>CreateQuotaShareRequest. capacityLimits()A list that specifies the quantity and type of compute capacity allocated to the quota share.List<QuotaShareCapacityLimit>DescribeQuotaShareResponse. capacityLimits()A list that specifies the quantity and type of compute capacity allocated to the quota share.List<QuotaShareCapacityLimit>QuotaShareDetail. capacityLimits()A list that specifies the quantity and type of compute capacity allocated to the quota share.List<QuotaShareCapacityLimit>UpdateQuotaShareRequest. capacityLimits()A list that specifies the quantity and type of compute capacity allocated to the quota share.Methods in software.amazon.awssdk.services.batch.model with parameters of type QuotaShareCapacityLimit Modifier and Type Method Description CreateQuotaShareRequest.BuilderCreateQuotaShareRequest.Builder. capacityLimits(QuotaShareCapacityLimit... capacityLimits)A list that specifies the quantity and type of compute capacity allocated to the quota share.DescribeQuotaShareResponse.BuilderDescribeQuotaShareResponse.Builder. capacityLimits(QuotaShareCapacityLimit... capacityLimits)A list that specifies the quantity and type of compute capacity allocated to the quota share.QuotaShareDetail.BuilderQuotaShareDetail.Builder. capacityLimits(QuotaShareCapacityLimit... capacityLimits)A list that specifies the quantity and type of compute capacity allocated to the quota share.UpdateQuotaShareRequest.BuilderUpdateQuotaShareRequest.Builder. capacityLimits(QuotaShareCapacityLimit... capacityLimits)A list that specifies the quantity and type of compute capacity allocated to the quota share.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type QuotaShareCapacityLimit Modifier and Type Method Description CreateQuotaShareRequest.BuilderCreateQuotaShareRequest.Builder. capacityLimits(Collection<QuotaShareCapacityLimit> capacityLimits)A list that specifies the quantity and type of compute capacity allocated to the quota share.DescribeQuotaShareResponse.BuilderDescribeQuotaShareResponse.Builder. capacityLimits(Collection<QuotaShareCapacityLimit> capacityLimits)A list that specifies the quantity and type of compute capacity allocated to the quota share.QuotaShareDetail.BuilderQuotaShareDetail.Builder. capacityLimits(Collection<QuotaShareCapacityLimit> capacityLimits)A list that specifies the quantity and type of compute capacity allocated to the quota share.UpdateQuotaShareRequest.BuilderUpdateQuotaShareRequest.Builder. capacityLimits(Collection<QuotaShareCapacityLimit> capacityLimits)A list that specifies the quantity and type of compute capacity allocated to the quota share.
-