Uses of Class
software.amazon.awssdk.services.batch.model.QuotaShareDetail
-
Packages that use QuotaShareDetail Package Description software.amazon.awssdk.services.batch.model software.amazon.awssdk.services.batch.paginators -
-
Uses of QuotaShareDetail in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type QuotaShareDetail Modifier and Type Method Description List<QuotaShareDetail>ListQuotaSharesResponse. quotaShares()A list of quota shares that match the request.Methods in software.amazon.awssdk.services.batch.model with parameters of type QuotaShareDetail Modifier and Type Method Description ListQuotaSharesResponse.BuilderListQuotaSharesResponse.Builder. quotaShares(QuotaShareDetail... quotaShares)A list of quota shares that match the request.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type QuotaShareDetail Modifier and Type Method Description ListQuotaSharesResponse.BuilderListQuotaSharesResponse.Builder. quotaShares(Collection<QuotaShareDetail> quotaShares)A list of quota shares that match the request. -
Uses of QuotaShareDetail in software.amazon.awssdk.services.batch.paginators
Methods in software.amazon.awssdk.services.batch.paginators that return types with arguments of type QuotaShareDetail Modifier and Type Method Description SdkIterable<QuotaShareDetail>ListQuotaSharesIterable. quotaShares()Returns an iterable to iterate through the paginatedListQuotaSharesResponse.quotaShares()member.SdkPublisher<QuotaShareDetail>ListQuotaSharesPublisher. quotaShares()Returns a publisher that can be used to get a stream of data.
-