Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplate
Packages that use LaunchTemplate
Package
Description
-
Uses of LaunchTemplate in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateModifier and TypeMethodDescriptionfinal LaunchTemplateCreateLaunchTemplateResponse.launchTemplate()Information about the launch template.final LaunchTemplateDeleteLaunchTemplateResponse.launchTemplate()Information about the launch template.final LaunchTemplateModifyLaunchTemplateResponse.launchTemplate()Information about the launch template.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateModifier and TypeMethodDescriptionfinal List<LaunchTemplate>DescribeLaunchTemplatesResponse.launchTemplates()Information about the launch templates.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateModifier and TypeMethodDescriptionCreateLaunchTemplateResponse.Builder.launchTemplate(LaunchTemplate launchTemplate) Information about the launch template.DeleteLaunchTemplateResponse.Builder.launchTemplate(LaunchTemplate launchTemplate) Information about the launch template.ModifyLaunchTemplateResponse.Builder.launchTemplate(LaunchTemplate launchTemplate) Information about the launch template.DescribeLaunchTemplatesResponse.Builder.launchTemplates(LaunchTemplate... launchTemplates) Information about the launch templates.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateModifier and TypeMethodDescriptionDescribeLaunchTemplatesResponse.Builder.launchTemplates(Collection<LaunchTemplate> launchTemplates) Information about the launch templates. -
Uses of LaunchTemplate in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type LaunchTemplateModifier and TypeMethodDescriptionfinal SdkIterable<LaunchTemplate>DescribeLaunchTemplatesIterable.launchTemplates()Returns an iterable to iterate through the paginatedDescribeLaunchTemplatesResponse.launchTemplates()member.final SdkPublisher<LaunchTemplate>DescribeLaunchTemplatesPublisher.launchTemplates()Returns a publisher that can be used to get a stream of data.