Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.ApplicationSource
-
Packages that use ApplicationSource Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of ApplicationSource in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return ApplicationSource Modifier and Type Method Description ApplicationSourceCreateScalingPlanRequest. applicationSource()A CloudFormation stack or set of tags.ApplicationSourceScalingPlan. applicationSource()A CloudFormation stack or a set of tags.ApplicationSourceUpdateScalingPlanRequest. applicationSource()A CloudFormation stack or set of tags.Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type ApplicationSource Modifier and Type Method Description List<ApplicationSource>DescribeScalingPlansRequest. applicationSources()The sources for the applications (up to 10).Methods in software.amazon.awssdk.services.autoscalingplans.model with parameters of type ApplicationSource Modifier and Type Method Description CreateScalingPlanRequest.BuilderCreateScalingPlanRequest.Builder. applicationSource(ApplicationSource applicationSource)A CloudFormation stack or set of tags.ScalingPlan.BuilderScalingPlan.Builder. applicationSource(ApplicationSource applicationSource)A CloudFormation stack or a set of tags.UpdateScalingPlanRequest.BuilderUpdateScalingPlanRequest.Builder. applicationSource(ApplicationSource applicationSource)A CloudFormation stack or set of tags.DescribeScalingPlansRequest.BuilderDescribeScalingPlansRequest.Builder. applicationSources(ApplicationSource... applicationSources)The sources for the applications (up to 10).Method parameters in software.amazon.awssdk.services.autoscalingplans.model with type arguments of type ApplicationSource Modifier and Type Method Description DescribeScalingPlansRequest.BuilderDescribeScalingPlansRequest.Builder. applicationSources(Collection<ApplicationSource> applicationSources)The sources for the applications (up to 10).
-