Uses of Class
software.amazon.awssdk.services.batch.model.ShareAttributes
-
Packages that use ShareAttributes Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ShareAttributes in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ShareAttributes Modifier and Type Method Description List<ShareAttributes>FairsharePolicy. shareDistribution()An array ofSharedIdentifierobjects that contain the weights for the share identifiers for the fair-share policy.Methods in software.amazon.awssdk.services.batch.model with parameters of type ShareAttributes Modifier and Type Method Description FairsharePolicy.BuilderFairsharePolicy.Builder. shareDistribution(ShareAttributes... shareDistribution)An array ofSharedIdentifierobjects that contain the weights for the share identifiers for the fair-share policy.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ShareAttributes Modifier and Type Method Description FairsharePolicy.BuilderFairsharePolicy.Builder. shareDistribution(Collection<ShareAttributes> shareDistribution)An array ofSharedIdentifierobjects that contain the weights for the share identifiers for the fair-share policy.
-