Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.dns.VpcEndpointService.ChallengeState
Packages that use VpcEndpointService.ChallengeState
-
Uses of VpcEndpointService.ChallengeState 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.ChallengeStateMethods in com.yahoo.vespa.hosted.controller.api.integration.dns that return VpcEndpointService.ChallengeStateModifier 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.Returns the enum constant of this class with the specified name.static VpcEndpointService.ChallengeState[]VpcEndpointService.ChallengeState.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.ChallengeStateModifier and TypeMethodDescriptionVpcEndpointService.DnsChallenge.withState(VpcEndpointService.ChallengeState state) Constructors in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type VpcEndpointService.ChallengeStateModifierConstructorDescriptionDnsChallenge(RecordName name, RecordData data, ClusterId clusterId, String serviceId, Optional<com.yahoo.config.provision.CloudAccount> account, Instant createdAt, VpcEndpointService.ChallengeState state) Creates an instance of aDnsChallengerecord class.