| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
static EventSourceState |
EventSourceState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EventSourceState |
DescribeEventSourceResponse.state()
The state of the event source.
|
EventSourceState |
EventSource.state()
The state of the event source.
|
EventSourceState |
PartnerEventSourceAccount.state()
The state of the event source.
|
static EventSourceState |
EventSourceState.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EventSourceState> |
EventSourceState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventSourceResponse.Builder |
DescribeEventSourceResponse.Builder.state(EventSourceState state)
The state of the event source.
|
EventSource.Builder |
EventSource.Builder.state(EventSourceState state)
The state of the event source.
|
PartnerEventSourceAccount.Builder |
PartnerEventSourceAccount.Builder.state(EventSourceState state)
The state of the event source.
|
Copyright © 2022. All rights reserved.