| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
static ApiDestinationState |
ApiDestinationState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DescribeApiDestinationResult |
DescribeApiDestinationResult.withApiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination retrieved.
|
CreateApiDestinationResult |
CreateApiDestinationResult.withApiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination that was created by the request.
|
ApiDestination |
ApiDestination.withApiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination.
|
UpdateApiDestinationResult |
UpdateApiDestinationResult.withApiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination that was updated.
|
Copyright © 2024. All rights reserved.