Uses of Class
software.amazon.awssdk.services.autoscaling.model.LaunchConfiguration
-
Packages that use LaunchConfiguration Package Description software.amazon.awssdk.services.autoscaling.model software.amazon.awssdk.services.autoscaling.paginators -
-
Uses of LaunchConfiguration in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type LaunchConfiguration Modifier and Type Method Description List<LaunchConfiguration>DescribeLaunchConfigurationsResponse. launchConfigurations()The launch configurations.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type LaunchConfiguration Modifier and Type Method Description DescribeLaunchConfigurationsResponse.BuilderDescribeLaunchConfigurationsResponse.Builder. launchConfigurations(LaunchConfiguration... launchConfigurations)The launch configurations.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type LaunchConfiguration Modifier and Type Method Description DescribeLaunchConfigurationsResponse.BuilderDescribeLaunchConfigurationsResponse.Builder. launchConfigurations(Collection<LaunchConfiguration> launchConfigurations)The launch configurations. -
Uses of LaunchConfiguration in software.amazon.awssdk.services.autoscaling.paginators
Methods in software.amazon.awssdk.services.autoscaling.paginators that return types with arguments of type LaunchConfiguration Modifier and Type Method Description SdkIterable<LaunchConfiguration>DescribeLaunchConfigurationsIterable. launchConfigurations()Returns an iterable to iterate through the paginatedDescribeLaunchConfigurationsResponse.launchConfigurations()member.SdkPublisher<LaunchConfiguration>DescribeLaunchConfigurationsPublisher. launchConfigurations()Returns a publisher that can be used to get a stream of data.
-