Uses of Interface
software.amazon.awssdk.services.autoscaling.model.PutNotificationConfigurationRequest.Builder
-
Packages that use PutNotificationConfigurationRequest.Builder Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.model -
-
Uses of PutNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.autoscaling
Method parameters in software.amazon.awssdk.services.autoscaling with type arguments of type PutNotificationConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutNotificationConfigurationResponse>AutoScalingAsyncClient. putNotificationConfiguration(Consumer<PutNotificationConfigurationRequest.Builder> putNotificationConfigurationRequest)Configures an Auto Scaling group to send notifications when specified events take place.default PutNotificationConfigurationResponseAutoScalingClient. putNotificationConfiguration(Consumer<PutNotificationConfigurationRequest.Builder> putNotificationConfigurationRequest)Configures an Auto Scaling group to send notifications when specified events take place. -
Uses of PutNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return PutNotificationConfigurationRequest.Builder Modifier and Type Method Description PutNotificationConfigurationRequest.BuilderPutNotificationConfigurationRequest.Builder. autoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.static PutNotificationConfigurationRequest.BuilderPutNotificationConfigurationRequest. builder()PutNotificationConfigurationRequest.BuilderPutNotificationConfigurationRequest.Builder. notificationTypes(String... notificationTypes)The type of event that causes the notification to be sent.PutNotificationConfigurationRequest.BuilderPutNotificationConfigurationRequest.Builder. notificationTypes(Collection<String> notificationTypes)The type of event that causes the notification to be sent.PutNotificationConfigurationRequest.BuilderPutNotificationConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutNotificationConfigurationRequest.BuilderPutNotificationConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutNotificationConfigurationRequest.BuilderPutNotificationConfigurationRequest. toBuilder()PutNotificationConfigurationRequest.BuilderPutNotificationConfigurationRequest.Builder. topicARN(String topicARN)The Amazon Resource Name (ARN) of the Amazon SNS topic.Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type PutNotificationConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends PutNotificationConfigurationRequest.Builder>PutNotificationConfigurationRequest. serializableBuilderClass()
-