Uses of Class
software.amazon.awssdk.services.imagebuilder.model.InstanceMetadataOptions
-
Packages that use InstanceMetadataOptions Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of InstanceMetadataOptions in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return InstanceMetadataOptions Modifier and Type Method Description InstanceMetadataOptionsCreateInfrastructureConfigurationRequest. instanceMetadataOptions()The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.InstanceMetadataOptionsInfrastructureConfiguration. instanceMetadataOptions()The instance metadata option settings for the infrastructure configuration.InstanceMetadataOptionsUpdateInfrastructureConfigurationRequest. instanceMetadataOptions()The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type InstanceMetadataOptions Modifier and Type Method Description CreateInfrastructureConfigurationRequest.BuilderCreateInfrastructureConfigurationRequest.Builder. instanceMetadataOptions(InstanceMetadataOptions instanceMetadataOptions)The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.InfrastructureConfiguration.BuilderInfrastructureConfiguration.Builder. instanceMetadataOptions(InstanceMetadataOptions instanceMetadataOptions)The instance metadata option settings for the infrastructure configuration.UpdateInfrastructureConfigurationRequest.BuilderUpdateInfrastructureConfigurationRequest.Builder. instanceMetadataOptions(InstanceMetadataOptions instanceMetadataOptions)The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.
-