Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.LabelOptions.Builder
-
Packages that use LabelOptions.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of LabelOptions.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return LabelOptions.Builder Modifier and Type Method Description static LabelOptions.BuilderLabelOptions. builder()LabelOptions.BuilderLabelOptions.Builder. timezone(String timezone)The time zone to use for metric data return in this operation.LabelOptions.BuilderLabelOptions. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type LabelOptions.Builder Modifier and Type Method Description static Class<? extends LabelOptions.Builder>LabelOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type LabelOptions.Builder Modifier and Type Method Description default GetMetricDataRequest.BuilderGetMetricDataRequest.Builder. labelOptions(Consumer<LabelOptions.Builder> labelOptions)This structure includes theTimezoneparameter, which you can use to specify your time zone so that the labels of returned data display the correct time for your time zone.
-