Uses of Class
software.amazon.awssdk.services.eventbridge.model.ApiDestinationState
-
Packages that use ApiDestinationState Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of ApiDestinationState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ApiDestinationState Modifier and Type Method Description ApiDestinationStateApiDestination. apiDestinationState()The state of the API destination.ApiDestinationStateCreateApiDestinationResponse. apiDestinationState()The state of the API destination that was created by the request.ApiDestinationStateDescribeApiDestinationResponse. apiDestinationState()The state of the API destination retrieved.ApiDestinationStateUpdateApiDestinationResponse. apiDestinationState()The state of the API destination that was updated.static ApiDestinationStateApiDestinationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApiDestinationStateApiDestinationState. 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.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ApiDestinationState Modifier and Type Method Description static Set<ApiDestinationState>ApiDestinationState. knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ApiDestinationState Modifier and Type Method Description ApiDestination.BuilderApiDestination.Builder. apiDestinationState(ApiDestinationState apiDestinationState)The state of the API destination.CreateApiDestinationResponse.BuilderCreateApiDestinationResponse.Builder. apiDestinationState(ApiDestinationState apiDestinationState)The state of the API destination that was created by the request.DescribeApiDestinationResponse.BuilderDescribeApiDestinationResponse.Builder. apiDestinationState(ApiDestinationState apiDestinationState)The state of the API destination retrieved.UpdateApiDestinationResponse.BuilderUpdateApiDestinationResponse.Builder. apiDestinationState(ApiDestinationState apiDestinationState)The state of the API destination that was updated.
-