Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.dns.VpcEndpointService.EndpointState
Packages that use VpcEndpointService.EndpointState
-
Uses of VpcEndpointService.EndpointState in com.yahoo.vespa.hosted.controller.api.integration.dns
Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return VpcEndpointService.EndpointStateModifier and TypeMethodDescriptionVpcEndpointService.VpcEndpoint.stateValue()Returns the value of thestateValuerecord component.Returns the enum constant of this class with the specified name.static VpcEndpointService.EndpointState[]VpcEndpointService.EndpointState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type VpcEndpointService.EndpointStateModifierConstructorDescriptionVpcEndpoint(String endpointId, String stateString, VpcEndpointService.EndpointState stateValue) Creates an instance of aVpcEndpointrecord class.