Uses of Interface
software.amazon.awssdk.services.lookoutmetrics.model.Action.Builder
-
Packages that use Action.Builder Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of Action.Builder in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return Action.Builder Modifier and Type Method Description static Action.BuilderAction. builder()default Action.BuilderAction.Builder. lambdaConfiguration(Consumer<LambdaConfiguration.Builder> lambdaConfiguration)A configuration for an AWS Lambda channel.Action.BuilderAction.Builder. lambdaConfiguration(LambdaConfiguration lambdaConfiguration)A configuration for an AWS Lambda channel.default Action.BuilderAction.Builder. snsConfiguration(Consumer<SNSConfiguration.Builder> snsConfiguration)A configuration for an Amazon SNS channel.Action.BuilderAction.Builder. snsConfiguration(SNSConfiguration snsConfiguration)A configuration for an Amazon SNS channel.Action.BuilderAction. toBuilder()Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type Action.Builder Modifier and Type Method Description static Class<? extends Action.Builder>Action. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type Action.Builder Modifier and Type Method Description default Alert.BuilderAlert.Builder. action(Consumer<Action.Builder> action)Action that will be triggered when there is an alert.default CreateAlertRequest.BuilderCreateAlertRequest.Builder. action(Consumer<Action.Builder> action)Action that will be triggered when there is an alert.default UpdateAlertRequest.BuilderUpdateAlertRequest.Builder. action(Consumer<Action.Builder> action)Action that will be triggered when there is an alert.
-