Uses of Class
software.amazon.awssdk.services.ec2.model.StartVpcEndpointServicePrivateDnsVerificationResponse
Packages that use StartVpcEndpointServicePrivateDnsVerificationResponse
-
Uses of StartVpcEndpointServicePrivateDnsVerificationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return StartVpcEndpointServicePrivateDnsVerificationResponseModifier and TypeMethodDescriptionEc2Client.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.Ec2Client.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 StartVpcEndpointServicePrivateDnsVerificationResponseModifier and TypeMethodDescriptionEc2AsyncClient.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.Ec2AsyncClient.startVpcEndpointServicePrivateDnsVerification(StartVpcEndpointServicePrivateDnsVerificationRequest startVpcEndpointServicePrivateDnsVerificationRequest) Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.