Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.AutomationStreamStatus
Packages that use AutomationStreamStatus
-
Uses of AutomationStreamStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return AutomationStreamStatusModifier and TypeMethodDescriptionstatic AutomationStreamStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final AutomationStreamStatusAutomationStream.streamStatus()The current status of the automation stream.final AutomationStreamStatusAutomationStreamUpdate.streamStatus()The status of the automation stream.static AutomationStreamStatusReturns the enum constant of this type with the specified name.static AutomationStreamStatus[]AutomationStreamStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type AutomationStreamStatusModifier and TypeMethodDescriptionstatic Set<AutomationStreamStatus>AutomationStreamStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type AutomationStreamStatusModifier and TypeMethodDescriptionAutomationStream.Builder.streamStatus(AutomationStreamStatus streamStatus) The current status of the automation stream.AutomationStreamUpdate.Builder.streamStatus(AutomationStreamStatus streamStatus) The status of the automation stream.