Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
Modifier and Type | Method and Description |
---|---|
default StartVpcEndpointServicePrivateDnsVerificationResponse |
Ec2Client.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 StartVpcEndpointServicePrivateDnsVerificationResponse |
Ec2Client.startVpcEndpointServicePrivateDnsVerification(StartVpcEndpointServicePrivateDnsVerificationRequest startVpcEndpointServicePrivateDnsVerificationRequest)
Initiates the verification process to prove that the service provider owns the private DNS name domain for the
endpoint service.
|
Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.