Uses of Interface
software.amazon.awssdk.services.autoscaling.model.DescribeAutoScalingNotificationTypesResponse.Builder
-
Packages that use DescribeAutoScalingNotificationTypesResponse.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of DescribeAutoScalingNotificationTypesResponse.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return DescribeAutoScalingNotificationTypesResponse.Builder Modifier and Type Method Description DescribeAutoScalingNotificationTypesResponse.BuilderDescribeAutoScalingNotificationTypesResponse.Builder. autoScalingNotificationTypes(String... autoScalingNotificationTypes)The notification types.DescribeAutoScalingNotificationTypesResponse.BuilderDescribeAutoScalingNotificationTypesResponse.Builder. autoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)The notification types.static DescribeAutoScalingNotificationTypesResponse.BuilderDescribeAutoScalingNotificationTypesResponse. builder()DescribeAutoScalingNotificationTypesResponse.BuilderDescribeAutoScalingNotificationTypesResponse. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type DescribeAutoScalingNotificationTypesResponse.Builder Modifier and Type Method Description static Class<? extends DescribeAutoScalingNotificationTypesResponse.Builder>DescribeAutoScalingNotificationTypesResponse. serializableBuilderClass()
-