Uses of Class
software.amazon.awssdk.services.mgn.model.LaunchConfigurationTemplate
-
Packages that use LaunchConfigurationTemplate Package Description software.amazon.awssdk.services.mgn.model software.amazon.awssdk.services.mgn.paginators -
-
Uses of LaunchConfigurationTemplate in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type LaunchConfigurationTemplate Modifier and Type Method Description List<LaunchConfigurationTemplate>DescribeLaunchConfigurationTemplatesResponse. items()List of items returned by DescribeLaunchConfigurationTemplates.Methods in software.amazon.awssdk.services.mgn.model with parameters of type LaunchConfigurationTemplate Modifier and Type Method Description DescribeLaunchConfigurationTemplatesResponse.BuilderDescribeLaunchConfigurationTemplatesResponse.Builder. items(LaunchConfigurationTemplate... items)List of items returned by DescribeLaunchConfigurationTemplates.Method parameters in software.amazon.awssdk.services.mgn.model with type arguments of type LaunchConfigurationTemplate Modifier and Type Method Description DescribeLaunchConfigurationTemplatesResponse.BuilderDescribeLaunchConfigurationTemplatesResponse.Builder. items(Collection<LaunchConfigurationTemplate> items)List of items returned by DescribeLaunchConfigurationTemplates. -
Uses of LaunchConfigurationTemplate in software.amazon.awssdk.services.mgn.paginators
Methods in software.amazon.awssdk.services.mgn.paginators that return types with arguments of type LaunchConfigurationTemplate Modifier and Type Method Description SdkIterable<LaunchConfigurationTemplate>DescribeLaunchConfigurationTemplatesIterable. items()Returns an iterable to iterate through the paginatedDescribeLaunchConfigurationTemplatesResponse.items()member.SdkPublisher<LaunchConfigurationTemplate>DescribeLaunchConfigurationTemplatesPublisher. items()Returns a publisher that can be used to get a stream of data.
-