Uses of Record Class
com.yahoo.vespa.hosted.controller.api.integration.dns.VpcEndpointService.DnsChallenge
Packages that use VpcEndpointService.DnsChallenge
-
Uses of VpcEndpointService.DnsChallenge in com.yahoo.vespa.hosted.controller.api.integration.dns
Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return VpcEndpointService.DnsChallengeModifier and TypeMethodDescriptionVpcEndpointService.DnsChallenge.withState(VpcEndpointService.ChallengeState state) Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return types with arguments of type VpcEndpointService.DnsChallengeModifier and TypeMethodDescriptionMockVpcEndpointService.setPrivateDns(ai.vespa.http.DomainName privateDnsName, ClusterId clusterId, Optional<com.yahoo.config.provision.CloudAccount> account) VpcEndpointService.setPrivateDns(ai.vespa.http.DomainName privateDnsName, ClusterId clusterId, Optional<com.yahoo.config.provision.CloudAccount> account) Sets the private DNS name for any VPC endpoint for the given cluster, potentially guarded by a challenge.Methods in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type VpcEndpointService.DnsChallengeModifier and TypeMethodDescriptionMockVpcEndpointService.process(VpcEndpointService.DnsChallenge challenge) VpcEndpointService.process(VpcEndpointService.DnsChallenge challenge) Attempts to complete the challenge, and returns the updated challenge state.