Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.MLInputChannelStatus
-
Packages that use MLInputChannelStatus Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of MLInputChannelStatus in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return MLInputChannelStatus Modifier and Type Method Description static MLInputChannelStatusMLInputChannelStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MLInputChannelStatusCollaborationMLInputChannelSummary. status()The status of the ML input channel.MLInputChannelStatusGetCollaborationMlInputChannelResponse. status()The status of the ML input channel.MLInputChannelStatusGetMlInputChannelResponse. status()The status of the ML input channel.MLInputChannelStatusMLInputChannelSummary. status()The status of the ML input channel.static MLInputChannelStatusMLInputChannelStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MLInputChannelStatus[]MLInputChannelStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type MLInputChannelStatus Modifier and Type Method Description static Set<MLInputChannelStatus>MLInputChannelStatus. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type MLInputChannelStatus Modifier and Type Method Description CollaborationMLInputChannelSummary.BuilderCollaborationMLInputChannelSummary.Builder. status(MLInputChannelStatus status)The status of the ML input channel.GetCollaborationMlInputChannelResponse.BuilderGetCollaborationMlInputChannelResponse.Builder. status(MLInputChannelStatus status)The status of the ML input channel.GetMlInputChannelResponse.BuilderGetMlInputChannelResponse.Builder. status(MLInputChannelStatus status)The status of the ML input channel.MLInputChannelSummary.BuilderMLInputChannelSummary.Builder. status(MLInputChannelStatus status)The status of the ML input channel.
-