| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
ApiDestinationState |
UpdateApiDestinationResponse.apiDestinationState()
The state of the API destination that was updated.
|
ApiDestinationState |
CreateApiDestinationResponse.apiDestinationState()
The state of the API destination that was created by the request.
|
ApiDestinationState |
ApiDestination.apiDestinationState()
The state of the API destination.
|
ApiDestinationState |
DescribeApiDestinationResponse.apiDestinationState()
The state of the API destination retrieved.
|
static ApiDestinationState |
ApiDestinationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ApiDestinationState |
ApiDestinationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiDestinationState[] |
ApiDestinationState.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<ApiDestinationState> |
ApiDestinationState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateApiDestinationResponse.Builder |
UpdateApiDestinationResponse.Builder.apiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination that was updated.
|
CreateApiDestinationResponse.Builder |
CreateApiDestinationResponse.Builder.apiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination that was created by the request.
|
ApiDestination.Builder |
ApiDestination.Builder.apiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination.
|
DescribeApiDestinationResponse.Builder |
DescribeApiDestinationResponse.Builder.apiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination retrieved.
|
Copyright © 2023. All rights reserved.