Uses of Enum
software.amazon.awssdk.services.outposts.model.CapacityTaskStatus
Packages that use CapacityTaskStatus
-
Uses of CapacityTaskStatus in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CapacityTaskStatusModifier and TypeMethodDescriptionfinal CapacityTaskStatusCapacityTaskSummary.capacityTaskStatus()The status of the capacity task.final CapacityTaskStatusGetCapacityTaskResponse.capacityTaskStatus()Status of the capacity task.final CapacityTaskStatusStartCapacityTaskResponse.capacityTaskStatus()Status of the specified capacity task.static CapacityTaskStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CapacityTaskStatusReturns the enum constant of this type with the specified name.static CapacityTaskStatus[]CapacityTaskStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type CapacityTaskStatusModifier and TypeMethodDescriptionfinal List<CapacityTaskStatus>ListCapacityTasksRequest.capacityTaskStatusFilter()A list of statuses.static Set<CapacityTaskStatus>CapacityTaskStatus.knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type CapacityTaskStatusModifier and TypeMethodDescriptionCapacityTaskSummary.Builder.capacityTaskStatus(CapacityTaskStatus capacityTaskStatus) The status of the capacity task.GetCapacityTaskResponse.Builder.capacityTaskStatus(CapacityTaskStatus capacityTaskStatus) Status of the capacity task.StartCapacityTaskResponse.Builder.capacityTaskStatus(CapacityTaskStatus capacityTaskStatus) Status of the specified capacity task.ListCapacityTasksRequest.Builder.capacityTaskStatusFilter(CapacityTaskStatus... capacityTaskStatusFilter) A list of statuses.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type CapacityTaskStatusModifier and TypeMethodDescriptionListCapacityTasksRequest.Builder.capacityTaskStatusFilter(Collection<CapacityTaskStatus> capacityTaskStatusFilter) A list of statuses.