Uses of Class
software.amazon.awssdk.services.imagebuilder.model.Placement
-
Packages that use Placement Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of Placement in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return Placement Modifier and Type Method Description PlacementCreateInfrastructureConfigurationRequest. placement()The instance placement settings that define where the instances that are launched from your image will run.PlacementInfrastructureConfiguration. placement()The instance placement settings that define where the instances that are launched from your image will run.PlacementInfrastructureConfigurationSummary. placement()The instance placement settings that define where the instances that are launched from your image will run.PlacementUpdateInfrastructureConfigurationRequest. placement()The instance placement settings that define where the instances that are launched from your image will run.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type Placement Modifier and Type Method Description CreateInfrastructureConfigurationRequest.BuilderCreateInfrastructureConfigurationRequest.Builder. placement(Placement placement)The instance placement settings that define where the instances that are launched from your image will run.InfrastructureConfiguration.BuilderInfrastructureConfiguration.Builder. placement(Placement placement)The instance placement settings that define where the instances that are launched from your image will run.InfrastructureConfigurationSummary.BuilderInfrastructureConfigurationSummary.Builder. placement(Placement placement)The instance placement settings that define where the instances that are launched from your image will run.UpdateInfrastructureConfigurationRequest.BuilderUpdateInfrastructureConfigurationRequest.Builder. placement(Placement placement)The instance placement settings that define where the instances that are launched from your image will run.
-