Uses of Class
software.amazon.awssdk.services.eventbridge.model.EventSourceState
-
Packages that use EventSourceState Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of EventSourceState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return EventSourceState Modifier and Type Method Description static EventSourceStateEventSourceState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EventSourceStateDescribeEventSourceResponse. state()The state of the event source.EventSourceStateEventSource. state()The state of the event source.EventSourceStatePartnerEventSourceAccount. state()The state of the event source.static EventSourceStateEventSourceState. valueOf(String name)Returns 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 EventSourceState Modifier and Type Method Description static Set<EventSourceState>EventSourceState. knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type EventSourceState Modifier and Type Method Description DescribeEventSourceResponse.BuilderDescribeEventSourceResponse.Builder. state(EventSourceState state)The state of the event source.EventSource.BuilderEventSource.Builder. state(EventSourceState state)The state of the event source.PartnerEventSourceAccount.BuilderPartnerEventSourceAccount.Builder. state(EventSourceState state)The state of the event source.
-