Uses of Class
software.amazon.awssdk.services.eventbridge.model.EndpointState
-
Packages that use EndpointState Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of EndpointState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return EndpointState Modifier and Type Method Description static EndpointStateEndpointState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EndpointStateCreateEndpointResponse. state()The state of the endpoint that was created by this request.EndpointStateDescribeEndpointResponse. state()The current state of the endpoint you asked for information about.EndpointStateEndpoint. state()The current state of the endpoint.EndpointStateUpdateEndpointResponse. state()The state of the endpoint you updated in this request.static EndpointStateEndpointState. valueOf(String name)Returns 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 EndpointState Modifier and Type Method Description static Set<EndpointState>EndpointState. knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type EndpointState Modifier and Type Method Description CreateEndpointResponse.BuilderCreateEndpointResponse.Builder. state(EndpointState state)The state of the endpoint that was created by this request.DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. state(EndpointState state)The current state of the endpoint you asked for information about.Endpoint.BuilderEndpoint.Builder. state(EndpointState state)The current state of the endpoint.UpdateEndpointResponse.BuilderUpdateEndpointResponse.Builder. state(EndpointState state)The state of the endpoint you updated in this request.
-