Uses of Enum
software.amazon.awssdk.services.eventbridge.model.EventSourceState
Packages that use EventSourceState
-
Uses of EventSourceState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return EventSourceStateModifier and TypeMethodDescriptionstatic EventSourceStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final EventSourceStateDescribeEventSourceResponse.state()The state of the event source.final EventSourceStateEventSource.state()The state of the event source.final EventSourceStatePartnerEventSourceAccount.state()The state of the event source.static EventSourceStateReturns the enum constant of this type with the specified name.static EventSourceState[]EventSourceState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type EventSourceStateMethods in software.amazon.awssdk.services.eventbridge.model with parameters of type EventSourceStateModifier and TypeMethodDescriptionDescribeEventSourceResponse.Builder.state(EventSourceState state) The state of the event source.EventSource.Builder.state(EventSourceState state) The state of the event source.PartnerEventSourceAccount.Builder.state(EventSourceState state) The state of the event source.