| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointState |
EndpointState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EndpointState |
CreateEndpointResponse.state()
The state of the endpoint that was created by this request.
|
EndpointState |
DescribeEndpointResponse.state()
The current state of the endpoint you asked for information about.
|
EndpointState |
UpdateEndpointResponse.state()
The state of the endpoint you updated in this request.
|
EndpointState |
Endpoint.state()
The current state of the endpoint.
|
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 |
|---|---|
static Set<EndpointState> |
EndpointState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.state(EndpointState state)
The state of the endpoint that was created by this request.
|
DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.state(EndpointState state)
The current state of the endpoint you asked for information about.
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.state(EndpointState state)
The state of the endpoint you updated in this request.
|
Endpoint.Builder |
Endpoint.Builder.state(EndpointState state)
The current state of the endpoint.
|
Copyright © 2023. All rights reserved.