Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.ScalingPlanResource
-
Packages that use ScalingPlanResource Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of ScalingPlanResource in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type ScalingPlanResource Modifier and Type Method Description List<ScalingPlanResource>DescribeScalingPlanResourcesResponse. scalingPlanResources()Information about the scalable resources.Methods in software.amazon.awssdk.services.autoscalingplans.model with parameters of type ScalingPlanResource Modifier and Type Method Description DescribeScalingPlanResourcesResponse.BuilderDescribeScalingPlanResourcesResponse.Builder. scalingPlanResources(ScalingPlanResource... scalingPlanResources)Information about the scalable resources.Method parameters in software.amazon.awssdk.services.autoscalingplans.model with type arguments of type ScalingPlanResource Modifier and Type Method Description DescribeScalingPlanResourcesResponse.BuilderDescribeScalingPlanResourcesResponse.Builder. scalingPlanResources(Collection<ScalingPlanResource> scalingPlanResources)Information about the scalable resources.
-