Uses of Class
com.amazonaws.services.ecs.model.Resource
-
Packages that use Resource Package Description com.amazonaws.services.ecs.model -
-
Uses of Resource in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return Resource Modifier and Type Method Description ResourceResource. clone()ResourceResource. withDoubleValue(Double doubleValue)When thedoubleValuetype is set, the value of the resource must be a double precision floating-point type.ResourceResource. withIntegerValue(Integer integerValue)When theintegerValuetype is set, the value of the resource must be an integer.ResourceResource. withLongValue(Long longValue)When thelongValuetype is set, the value of the resource must be an extended precision floating-point type.ResourceResource. withName(String name)The name of the resource, such asCPU,MEMORY,PORTS, or a user-defined resource.ResourceResource. withStringSetValue(String... stringSetValue)When thestringSetValuetype is set, the value of the resource must be a string type.ResourceResource. withStringSetValue(Collection<String> stringSetValue)When thestringSetValuetype is set, the value of the resource must be a string type.ResourceResource. withType(String type)The type of the resource, such asINTEGER,DOUBLE,LONG, orSTRINGSET.Methods in com.amazonaws.services.ecs.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>ContainerInstance. getRegisteredResources()The registered resources on the container instance that are in use by current tasks.List<Resource>ContainerInstance. getRemainingResources()The remaining resources of the container instance that are available for new tasks.List<Resource>RegisterContainerInstanceRequest. getTotalResources()The resources available on the instance.Methods in com.amazonaws.services.ecs.model with parameters of type Resource Modifier and Type Method Description ContainerInstanceContainerInstance. withRegisteredResources(Resource... registeredResources)The registered resources on the container instance that are in use by current tasks.ContainerInstanceContainerInstance. withRemainingResources(Resource... remainingResources)The remaining resources of the container instance that are available for new tasks.RegisterContainerInstanceRequestRegisterContainerInstanceRequest. withTotalResources(Resource... totalResources)The resources available on the instance.Method parameters in com.amazonaws.services.ecs.model with type arguments of type Resource Modifier and Type Method Description voidContainerInstance. setRegisteredResources(Collection<Resource> registeredResources)The registered resources on the container instance that are in use by current tasks.voidContainerInstance. setRemainingResources(Collection<Resource> remainingResources)The remaining resources of the container instance that are available for new tasks.voidRegisterContainerInstanceRequest. setTotalResources(Collection<Resource> totalResources)The resources available on the instance.ContainerInstanceContainerInstance. withRegisteredResources(Collection<Resource> registeredResources)The registered resources on the container instance that are in use by current tasks.ContainerInstanceContainerInstance. withRemainingResources(Collection<Resource> remainingResources)The remaining resources of the container instance that are available for new tasks.RegisterContainerInstanceRequestRegisterContainerInstanceRequest. withTotalResources(Collection<Resource> totalResources)The resources available on the instance.
-