Uses of Enum
com.amazonaws.services.ecs.model.TaskDefinitionFamilyStatus
Packages that use TaskDefinitionFamilyStatus
-
Uses of TaskDefinitionFamilyStatus in com.amazonaws.services.ecs.model
Subclasses with type arguments of type TaskDefinitionFamilyStatus in com.amazonaws.services.ecs.modelMethods in com.amazonaws.services.ecs.model that return TaskDefinitionFamilyStatusModifier and TypeMethodDescriptionstatic TaskDefinitionFamilyStatusUse this in place of valueOf.static TaskDefinitionFamilyStatusReturns the enum constant of this type with the specified name.static TaskDefinitionFamilyStatus[]TaskDefinitionFamilyStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ecs.model with parameters of type TaskDefinitionFamilyStatusModifier and TypeMethodDescriptionvoidListTaskDefinitionFamiliesRequest.setStatus(TaskDefinitionFamilyStatus status) The task definition family status with which to filter theListTaskDefinitionFamiliesresults.ListTaskDefinitionFamiliesRequest.withStatus(TaskDefinitionFamilyStatus status) The task definition family status with which to filter theListTaskDefinitionFamiliesresults.