Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.dns.VpcEndpointService.State
Packages that use VpcEndpointService.State
-
Uses of VpcEndpointService.State in com.yahoo.vespa.hosted.controller.api.integration.dns
Fields in com.yahoo.vespa.hosted.controller.api.integration.dns with type parameters of type VpcEndpointService.StateMethods in com.yahoo.vespa.hosted.controller.api.integration.dns that return VpcEndpointService.StateModifier and TypeMethodDescriptionMockVpcEndpointService.process(VpcEndpointService.DnsChallenge challenge) VpcEndpointService.process(VpcEndpointService.DnsChallenge challenge) Attempts to complete the challenge, and returns the updated challenge state.VpcEndpointService.DnsChallenge.state()Returns the value of thestaterecord component.static VpcEndpointService.StateReturns the enum constant of this class with the specified name.static VpcEndpointService.State[]VpcEndpointService.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type VpcEndpointService.StateModifier and TypeMethodDescriptionVpcEndpointService.DnsChallenge.withState(VpcEndpointService.State state) Constructors in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type VpcEndpointService.StateModifierConstructorDescriptionDnsChallenge(RecordName name, RecordData data, ClusterId clusterId, String serviceId, Optional<com.yahoo.config.provision.CloudAccount> account, Instant createdAt, VpcEndpointService.State state) Creates an instance of aDnsChallengerecord class.