Uses of Class
software.amazon.awssdk.services.ecs.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Resource in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Resource Modifier and Type Method 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.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Resource Modifier and Type Method Description ContainerInstance.BuilderContainerInstance.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.BuilderContainerInstance.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.BuilderRegisterContainerInstanceRequest.Builder. totalResources(Resource... totalResources)The resources available on the instance.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Resource Modifier and Type Method Description ContainerInstance.BuilderContainerInstance.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.BuilderContainerInstance.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.BuilderRegisterContainerInstanceRequest.Builder. totalResources(Collection<Resource> totalResources)The resources available on the instance.
-