Uses of Class
software.amazon.awssdk.services.batch.model.QuotaShareResourceSharingStrategy
-
Packages that use QuotaShareResourceSharingStrategy Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QuotaShareResourceSharingStrategy in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return QuotaShareResourceSharingStrategy Modifier and Type Method Description static QuotaShareResourceSharingStrategyQuotaShareResourceSharingStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QuotaShareResourceSharingStrategyQuotaShareResourceSharingConfiguration. strategy()The resource sharing strategy for the quota share.static QuotaShareResourceSharingStrategyQuotaShareResourceSharingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static QuotaShareResourceSharingStrategy[]QuotaShareResourceSharingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type QuotaShareResourceSharingStrategy Modifier and Type Method Description static Set<QuotaShareResourceSharingStrategy>QuotaShareResourceSharingStrategy. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type QuotaShareResourceSharingStrategy Modifier and Type Method Description QuotaShareResourceSharingConfiguration.BuilderQuotaShareResourceSharingConfiguration.Builder. strategy(QuotaShareResourceSharingStrategy strategy)The resource sharing strategy for the quota share.
-