Uses of Enum
software.amazon.awssdk.services.eventbridge.model.ApiDestinationState
Packages that use ApiDestinationState
-
Uses of ApiDestinationState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ApiDestinationStateModifier and TypeMethodDescriptionfinal ApiDestinationStateApiDestination.apiDestinationState()The state of the API destination.final ApiDestinationStateCreateApiDestinationResponse.apiDestinationState()The state of the API destination that was created by the request.final ApiDestinationStateDescribeApiDestinationResponse.apiDestinationState()The state of the API destination retrieved.final ApiDestinationStateUpdateApiDestinationResponse.apiDestinationState()The state of the API destination that was updated.static ApiDestinationStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ApiDestinationStateReturns 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 ApiDestinationStateModifier and TypeMethodDescriptionstatic Set<ApiDestinationState>ApiDestinationState.knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ApiDestinationStateModifier and TypeMethodDescriptionApiDestination.Builder.apiDestinationState(ApiDestinationState apiDestinationState) The state of the API destination.CreateApiDestinationResponse.Builder.apiDestinationState(ApiDestinationState apiDestinationState) The state of the API destination that was created by the request.DescribeApiDestinationResponse.Builder.apiDestinationState(ApiDestinationState apiDestinationState) The state of the API destination retrieved.UpdateApiDestinationResponse.Builder.apiDestinationState(ApiDestinationState apiDestinationState) The state of the API destination that was updated.