Uses of Class
software.amazon.awssdk.services.deadline.model.UpdateQueueFleetAssociationStatus
-
Packages that use UpdateQueueFleetAssociationStatus Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of UpdateQueueFleetAssociationStatus in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return UpdateQueueFleetAssociationStatus Modifier and Type Method Description static UpdateQueueFleetAssociationStatusUpdateQueueFleetAssociationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateQueueFleetAssociationStatusUpdateQueueFleetAssociationRequest. status()The status to update.static UpdateQueueFleetAssociationStatusUpdateQueueFleetAssociationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateQueueFleetAssociationStatus[]UpdateQueueFleetAssociationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type UpdateQueueFleetAssociationStatus Modifier and Type Method Description static Set<UpdateQueueFleetAssociationStatus>UpdateQueueFleetAssociationStatus. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type UpdateQueueFleetAssociationStatus Modifier and Type Method Description UpdateQueueFleetAssociationRequest.BuilderUpdateQueueFleetAssociationRequest.Builder. status(UpdateQueueFleetAssociationStatus status)The status to update.
-