Uses of Interface
software.amazon.awssdk.services.lookoutmetrics.model.DescribeAlertResponse.Builder
-
Packages that use DescribeAlertResponse.Builder Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of DescribeAlertResponse.Builder in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return DescribeAlertResponse.Builder Modifier and Type Method Description default DescribeAlertResponse.BuilderDescribeAlertResponse.Builder. alert(Consumer<Alert.Builder> alert)Contains information about an alert.DescribeAlertResponse.BuilderDescribeAlertResponse.Builder. alert(Alert alert)Contains information about an alert.static DescribeAlertResponse.BuilderDescribeAlertResponse. builder()DescribeAlertResponse.BuilderDescribeAlertResponse. toBuilder()Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type DescribeAlertResponse.Builder Modifier and Type Method Description static Class<? extends DescribeAlertResponse.Builder>DescribeAlertResponse. serializableBuilderClass()
-