Uses of Interface
software.amazon.awssdk.services.notifications.model.UpdateEventRuleResponse.Builder
-
Packages that use UpdateEventRuleResponse.Builder Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of UpdateEventRuleResponse.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return UpdateEventRuleResponse.Builder Modifier and Type Method Description UpdateEventRuleResponse.BuilderUpdateEventRuleResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) to use to update theEventRule.static UpdateEventRuleResponse.BuilderUpdateEventRuleResponse. builder()UpdateEventRuleResponse.BuilderUpdateEventRuleResponse.Builder. notificationConfigurationArn(String notificationConfigurationArn)The ARN of theNotificationConfiguration.UpdateEventRuleResponse.BuilderUpdateEventRuleResponse.Builder. statusSummaryByRegion(Map<String,EventRuleStatusSummary> statusSummaryByRegion)The status of the action by Region.UpdateEventRuleResponse.BuilderUpdateEventRuleResponse. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type UpdateEventRuleResponse.Builder Modifier and Type Method Description static Class<? extends UpdateEventRuleResponse.Builder>UpdateEventRuleResponse. serializableBuilderClass()
-