Uses of Class
software.amazon.awssdk.services.batch.model.EcsProperties
-
Packages that use EcsProperties Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EcsProperties in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EcsProperties Modifier and Type Method Description EcsPropertiesJobDefinition. ecsProperties()An object that contains the properties for the Amazon ECS resources of a job.WhenecsPropertiesis used in the job definition, it can't be used in addition tocontainerProperties,eksProperties, ornodeProperties.EcsPropertiesNodeRangeProperty. ecsProperties()This is an object that represents the properties of the node range for a multi-node parallel job.EcsPropertiesRegisterJobDefinitionRequest. ecsProperties()An object with properties that are specific to Amazon ECS-based jobs.Methods in software.amazon.awssdk.services.batch.model with parameters of type EcsProperties Modifier and Type Method Description JobDefinition.BuilderJobDefinition.Builder. ecsProperties(EcsProperties ecsProperties)An object that contains the properties for the Amazon ECS resources of a job.WhenecsPropertiesis used in the job definition, it can't be used in addition tocontainerProperties,eksProperties, ornodeProperties.NodeRangeProperty.BuilderNodeRangeProperty.Builder. ecsProperties(EcsProperties ecsProperties)This is an object that represents the properties of the node range for a multi-node parallel job.RegisterJobDefinitionRequest.BuilderRegisterJobDefinitionRequest.Builder. ecsProperties(EcsProperties ecsProperties)An object with properties that are specific to Amazon ECS-based jobs.
-