Uses of Class
software.amazon.awssdk.services.drs.model.LaunchConfigurationTemplate
-
Packages that use LaunchConfigurationTemplate Package Description software.amazon.awssdk.services.drs.model software.amazon.awssdk.services.drs.paginators -
-
Uses of LaunchConfigurationTemplate in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return LaunchConfigurationTemplate Modifier and Type Method Description LaunchConfigurationTemplateCreateLaunchConfigurationTemplateResponse. launchConfigurationTemplate()Created Launch Configuration Template.LaunchConfigurationTemplateUpdateLaunchConfigurationTemplateResponse. launchConfigurationTemplate()Updated Launch Configuration Template.Methods in software.amazon.awssdk.services.drs.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.drs.model with parameters of type LaunchConfigurationTemplate Modifier and Type Method Description DescribeLaunchConfigurationTemplatesResponse.BuilderDescribeLaunchConfigurationTemplatesResponse.Builder. items(LaunchConfigurationTemplate... items)List of items returned by DescribeLaunchConfigurationTemplates.CreateLaunchConfigurationTemplateResponse.BuilderCreateLaunchConfigurationTemplateResponse.Builder. launchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate)Created Launch Configuration Template.UpdateLaunchConfigurationTemplateResponse.BuilderUpdateLaunchConfigurationTemplateResponse.Builder. launchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate)Updated Launch Configuration Template.Method parameters in software.amazon.awssdk.services.drs.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.drs.paginators
Methods in software.amazon.awssdk.services.drs.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.
-