Uses of Interface
software.amazon.awssdk.services.autoscaling.model.PutScalingPolicyResponse.Builder
-
Packages that use PutScalingPolicyResponse.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of PutScalingPolicyResponse.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return PutScalingPolicyResponse.Builder Modifier and Type Method Description PutScalingPolicyResponse.BuilderPutScalingPolicyResponse.Builder. alarms(Collection<Alarm> alarms)The CloudWatch alarms created for the target tracking scaling policy.PutScalingPolicyResponse.BuilderPutScalingPolicyResponse.Builder. alarms(Consumer<Alarm.Builder>... alarms)The CloudWatch alarms created for the target tracking scaling policy.PutScalingPolicyResponse.BuilderPutScalingPolicyResponse.Builder. alarms(Alarm... alarms)The CloudWatch alarms created for the target tracking scaling policy.static PutScalingPolicyResponse.BuilderPutScalingPolicyResponse. builder()PutScalingPolicyResponse.BuilderPutScalingPolicyResponse.Builder. policyARN(String policyARN)The Amazon Resource Name (ARN) of the policy.PutScalingPolicyResponse.BuilderPutScalingPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type PutScalingPolicyResponse.Builder Modifier and Type Method Description static Class<? extends PutScalingPolicyResponse.Builder>PutScalingPolicyResponse. serializableBuilderClass()
-