Uses of Class
software.amazon.awssdk.services.costexplorer.model.SortDefinition
-
Packages that use SortDefinition Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of SortDefinition in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return SortDefinition Modifier and Type Method Description SortDefinitionGetReservationCoverageRequest. sortBy()The value by which you want to sort the data.SortDefinitionGetReservationUtilizationRequest. sortBy()The value that you want to sort the data by.SortDefinitionGetSavingsPlansCoverageRequest. sortBy()The value that you want to sort the data by.SortDefinitionGetSavingsPlansUtilizationDetailsRequest. sortBy()The value that you want to sort the data by.SortDefinitionGetSavingsPlansUtilizationRequest. sortBy()The value that you want to sort the data by.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type SortDefinition Modifier and Type Method Description List<SortDefinition>GetCostCategoriesRequest. sortBy()The value that you sort the data by.List<SortDefinition>GetDimensionValuesRequest. sortBy()The value that you want to sort the data by.List<SortDefinition>GetTagsRequest. sortBy()The value that you want to sort the data by.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type SortDefinition Modifier and Type Method Description GetCostCategoriesRequest.BuilderGetCostCategoriesRequest.Builder. sortBy(SortDefinition... sortBy)The value that you sort the data by.GetDimensionValuesRequest.BuilderGetDimensionValuesRequest.Builder. sortBy(SortDefinition... sortBy)The value that you want to sort the data by.GetReservationCoverageRequest.BuilderGetReservationCoverageRequest.Builder. sortBy(SortDefinition sortBy)The value by which you want to sort the data.GetReservationUtilizationRequest.BuilderGetReservationUtilizationRequest.Builder. sortBy(SortDefinition sortBy)The value that you want to sort the data by.GetSavingsPlansCoverageRequest.BuilderGetSavingsPlansCoverageRequest.Builder. sortBy(SortDefinition sortBy)The value that you want to sort the data by.GetSavingsPlansUtilizationDetailsRequest.BuilderGetSavingsPlansUtilizationDetailsRequest.Builder. sortBy(SortDefinition sortBy)The value that you want to sort the data by.GetSavingsPlansUtilizationRequest.BuilderGetSavingsPlansUtilizationRequest.Builder. sortBy(SortDefinition sortBy)The value that you want to sort the data by.GetTagsRequest.BuilderGetTagsRequest.Builder. sortBy(SortDefinition... sortBy)The value that you want to sort the data by.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type SortDefinition Modifier and Type Method Description GetCostCategoriesRequest.BuilderGetCostCategoriesRequest.Builder. sortBy(Collection<SortDefinition> sortBy)The value that you sort the data by.GetDimensionValuesRequest.BuilderGetDimensionValuesRequest.Builder. sortBy(Collection<SortDefinition> sortBy)The value that you want to sort the data by.GetTagsRequest.BuilderGetTagsRequest.Builder. sortBy(Collection<SortDefinition> sortBy)The value that you want to sort the data by.
-