| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
ContainerInstance.registeredResources()
For CPU and memory resource types, this parameter describes the amount of each resource that was available on the
container instance when the container agent registered it with Amazon ECS.
|
List<Resource> |
ContainerInstance.remainingResources()
For CPU and memory resource types, this parameter describes the remaining CPU and memory that wasn't already
allocated to tasks and is therefore available for new tasks.
|
List<Resource> |
RegisterContainerInstanceRequest.totalResources()
The resources available on the instance.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerInstance.Builder |
ContainerInstance.Builder.registeredResources(Resource... registeredResources)
For CPU and memory resource types, this parameter describes the amount of each resource that was available on
the container instance when the container agent registered it with Amazon ECS.
|
ContainerInstance.Builder |
ContainerInstance.Builder.remainingResources(Resource... remainingResources)
For CPU and memory resource types, this parameter describes the remaining CPU and memory that wasn't already
allocated to tasks and is therefore available for new tasks.
|
RegisterContainerInstanceRequest.Builder |
RegisterContainerInstanceRequest.Builder.totalResources(Resource... totalResources)
The resources available on the instance.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerInstance.Builder |
ContainerInstance.Builder.registeredResources(Collection<Resource> registeredResources)
For CPU and memory resource types, this parameter describes the amount of each resource that was available on
the container instance when the container agent registered it with Amazon ECS.
|
ContainerInstance.Builder |
ContainerInstance.Builder.remainingResources(Collection<Resource> remainingResources)
For CPU and memory resource types, this parameter describes the remaining CPU and memory that wasn't already
allocated to tasks and is therefore available for new tasks.
|
RegisterContainerInstanceRequest.Builder |
RegisterContainerInstanceRequest.Builder.totalResources(Collection<Resource> totalResources)
The resources available on the instance.
|
Copyright © 2022. All rights reserved.