Uses of Interface
software.amazon.awssdk.services.iot.model.AlertTarget.Builder
-
Packages that use AlertTarget.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AlertTarget.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AlertTarget.Builder Modifier and Type Method Description AlertTarget.BuilderAlertTarget.Builder. alertTargetArn(String alertTargetArn)The Amazon Resource Name (ARN) of the notification target to which alerts are sent.static AlertTarget.BuilderAlertTarget. builder()AlertTarget.BuilderAlertTarget.Builder. roleArn(String roleArn)The ARN of the role that grants permission to send alerts to the notification target.AlertTarget.BuilderAlertTarget. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AlertTarget.Builder Modifier and Type Method Description static Class<? extends AlertTarget.Builder>AlertTarget. serializableBuilderClass()
-