Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.Sort.Builder
-
Packages that use Sort.Builder Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of Sort.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return Sort.Builder Modifier and Type Method Description Sort.BuilderSort.Builder. ascending(Boolean ascending)Indicates the name or identifier of the field or attribute that should be used as the basis for sorting the metrics.static Sort.BuilderSort. builder()Sort.BuilderSort.Builder. field(String field)Indicates the order in which you want to sort the metrics.Sort.BuilderSort. toBuilder()Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type Sort.Builder Modifier and Type Method Description static Class<? extends Sort.Builder>Sort. serializableBuilderClass()
-