Uses of Class
com.amazonaws.services.ecs.model.ContainerInstance
Packages that use ContainerInstance
-
Uses of ContainerInstance in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return ContainerInstanceModifier and TypeMethodDescriptionContainerInstance.clone()
DeregisterContainerInstanceResult.getContainerInstance()
RegisterContainerInstanceResult.getContainerInstance()
UpdateContainerAgentResult.getContainerInstance()
ContainerInstance.withAgentConnected
(Boolean agentConnected) This parameter returnstrue
if the agent is actually connected to Amazon ECS.ContainerInstance.withAgentUpdateStatus
(AgentUpdateStatus agentUpdateStatus) The status of the most recent agent update.ContainerInstance.withAgentUpdateStatus
(String agentUpdateStatus) The status of the most recent agent update.ContainerInstance.withAttributes
(Attribute... attributes) The attributes set for the container instance by the Amazon ECS container agent at instance registration.ContainerInstance.withAttributes
(Collection<Attribute> attributes) The attributes set for the container instance by the Amazon ECS container agent at instance registration.ContainerInstance.withContainerInstanceArn
(String containerInstanceArn) The Amazon Resource Name (ARN) of the container instance.ContainerInstance.withEc2InstanceId
(String ec2InstanceId) The EC2 instance ID of the container instance.ContainerInstance.withPendingTasksCount
(Integer pendingTasksCount) The number of tasks on the container instance that are in thePENDING
status.ContainerInstance.withRegisteredResources
(Resource... registeredResources) The registered resources on the container instance that are in use by current tasks.ContainerInstance.withRegisteredResources
(Collection<Resource> registeredResources) The registered resources on the container instance that are in use by current tasks.ContainerInstance.withRemainingResources
(Resource... remainingResources) The remaining resources of the container instance that are available for new tasks.ContainerInstance.withRemainingResources
(Collection<Resource> remainingResources) The remaining resources of the container instance that are available for new tasks.ContainerInstance.withRunningTasksCount
(Integer runningTasksCount) The number of tasks on the container instance that are in theRUNNING
status.ContainerInstance.withStatus
(String status) The status of the container instance.ContainerInstance.withVersionInfo
(VersionInfo versionInfo) The version information for the Amazon ECS container agent and Docker daemon running on the container instance.Methods in com.amazonaws.services.ecs.model that return types with arguments of type ContainerInstanceModifier and TypeMethodDescriptionDescribeContainerInstancesResult.getContainerInstances()
The list of container instances.Methods in com.amazonaws.services.ecs.model with parameters of type ContainerInstanceModifier and TypeMethodDescriptionvoid
DeregisterContainerInstanceResult.setContainerInstance
(ContainerInstance containerInstance) void
RegisterContainerInstanceResult.setContainerInstance
(ContainerInstance containerInstance) void
UpdateContainerAgentResult.setContainerInstance
(ContainerInstance containerInstance) DeregisterContainerInstanceResult.withContainerInstance
(ContainerInstance containerInstance) RegisterContainerInstanceResult.withContainerInstance
(ContainerInstance containerInstance) UpdateContainerAgentResult.withContainerInstance
(ContainerInstance containerInstance) DescribeContainerInstancesResult.withContainerInstances
(ContainerInstance... containerInstances) The list of container instances.Method parameters in com.amazonaws.services.ecs.model with type arguments of type ContainerInstanceModifier and TypeMethodDescriptionvoid
DescribeContainerInstancesResult.setContainerInstances
(Collection<ContainerInstance> containerInstances) The list of container instances.DescribeContainerInstancesResult.withContainerInstances
(Collection<ContainerInstance> containerInstances) The list of container instances.