Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder
-
Packages that use AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder Modifier and Type Method Description static AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.BuilderAwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification. builder()AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.BuilderAwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder. launchTemplateId(String launchTemplateId)The identifier of the launch template.AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.BuilderAwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder. launchTemplateName(String launchTemplateName)The name of the launch template.AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.BuilderAwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification. toBuilder()AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.BuilderAwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder. version(String version)Identifies the version of the launch template.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder Modifier and Type Method Description static Class<? extends AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder>AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder Modifier and Type Method Description default AwsAutoScalingAutoScalingGroupDetails.BuilderAwsAutoScalingAutoScalingGroupDetails.Builder. launchTemplate(Consumer<AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder> launchTemplate)The launch template to use.
-