Uses of Class
software.amazon.awssdk.services.ec2.model.StartVpcEndpointServicePrivateDnsVerificationResponse
-
Packages that use StartVpcEndpointServicePrivateDnsVerificationResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of StartVpcEndpointServicePrivateDnsVerificationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return StartVpcEndpointServicePrivateDnsVerificationResponse Modifier and Type Method Description default StartVpcEndpointServicePrivateDnsVerificationResponseEc2Client. startVpcEndpointServicePrivateDnsVerification(Consumer<StartVpcEndpointServicePrivateDnsVerificationRequest.Builder> startVpcEndpointServicePrivateDnsVerificationRequest)Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.default StartVpcEndpointServicePrivateDnsVerificationResponseEc2Client. startVpcEndpointServicePrivateDnsVerification(StartVpcEndpointServicePrivateDnsVerificationRequest startVpcEndpointServicePrivateDnsVerificationRequest)Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type StartVpcEndpointServicePrivateDnsVerificationResponse Modifier and Type Method Description default CompletableFuture<StartVpcEndpointServicePrivateDnsVerificationResponse>Ec2AsyncClient. startVpcEndpointServicePrivateDnsVerification(Consumer<StartVpcEndpointServicePrivateDnsVerificationRequest.Builder> startVpcEndpointServicePrivateDnsVerificationRequest)Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.default CompletableFuture<StartVpcEndpointServicePrivateDnsVerificationResponse>Ec2AsyncClient. startVpcEndpointServicePrivateDnsVerification(StartVpcEndpointServicePrivateDnsVerificationRequest startVpcEndpointServicePrivateDnsVerificationRequest)Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.
-