| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointState |
EndpointState.fromValue(String value)
Use this in place of valueOf.
|
static EndpointState |
EndpointState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointState[] |
EndpointState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.withState(EndpointState state)
The current state of the endpoint.
|
UpdateEndpointResult |
UpdateEndpointResult.withState(EndpointState state)
The state of the endpoint you updated in this request.
|
DescribeEndpointResult |
DescribeEndpointResult.withState(EndpointState state)
The current state of the endpoint you asked for information about.
|
CreateEndpointResult |
CreateEndpointResult.withState(EndpointState state)
The state of the endpoint that was created by this request.
|
Copyright © 2023. All rights reserved.