Uses of Enum
software.amazon.awssdk.services.eventbridge.model.EndpointState
Packages that use EndpointState
-
Uses of EndpointState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return EndpointStateModifier and TypeMethodDescriptionstatic EndpointStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final EndpointStateCreateEndpointResponse.state()The state of the endpoint that was created by this request.final EndpointStateDescribeEndpointResponse.state()The current state of the endpoint you asked for information about.final EndpointStateEndpoint.state()The current state of the endpoint.final EndpointStateUpdateEndpointResponse.state()The state of the endpoint you updated in this request.static EndpointStateReturns 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.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type EndpointStateMethods in software.amazon.awssdk.services.eventbridge.model with parameters of type EndpointStateModifier and TypeMethodDescriptionCreateEndpointResponse.Builder.state(EndpointState state) The state of the endpoint that was created by this request.DescribeEndpointResponse.Builder.state(EndpointState state) The current state of the endpoint you asked for information about.Endpoint.Builder.state(EndpointState state) The current state of the endpoint.UpdateEndpointResponse.Builder.state(EndpointState state) The state of the endpoint you updated in this request.