Uses of Class
software.amazon.awssdk.services.batch.model.QuotaShareResourceSharingConfiguration
-
Packages that use QuotaShareResourceSharingConfiguration Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QuotaShareResourceSharingConfiguration in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return QuotaShareResourceSharingConfiguration Modifier and Type Method Description QuotaShareResourceSharingConfigurationCreateQuotaShareRequest. resourceSharingConfiguration()Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.QuotaShareResourceSharingConfigurationDescribeQuotaShareResponse. resourceSharingConfiguration()Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.QuotaShareResourceSharingConfigurationQuotaShareDetail. resourceSharingConfiguration()Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.QuotaShareResourceSharingConfigurationUpdateQuotaShareRequest. resourceSharingConfiguration()Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.Methods in software.amazon.awssdk.services.batch.model with parameters of type QuotaShareResourceSharingConfiguration Modifier and Type Method Description CreateQuotaShareRequest.BuilderCreateQuotaShareRequest.Builder. resourceSharingConfiguration(QuotaShareResourceSharingConfiguration resourceSharingConfiguration)Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.DescribeQuotaShareResponse.BuilderDescribeQuotaShareResponse.Builder. resourceSharingConfiguration(QuotaShareResourceSharingConfiguration resourceSharingConfiguration)Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.QuotaShareDetail.BuilderQuotaShareDetail.Builder. resourceSharingConfiguration(QuotaShareResourceSharingConfiguration resourceSharingConfiguration)Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.UpdateQuotaShareRequest.BuilderUpdateQuotaShareRequest.Builder. resourceSharingConfiguration(QuotaShareResourceSharingConfiguration resourceSharingConfiguration)Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
-