Uses of Class
com.amazonaws.services.ec2.model.DisableVpcClassicLinkDnsSupportRequest
-
Packages that use DisableVpcClassicLinkDnsSupportRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DisableVpcClassicLinkDnsSupportRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DisableVpcClassicLinkDnsSupportRequest Modifier and Type Method Description Future<DisableVpcClassicLinkDnsSupportResult>
AbstractAmazonEC2Async. disableVpcClassicLinkDnsSupportAsync(DisableVpcClassicLinkDnsSupportRequest request, AsyncHandler<DisableVpcClassicLinkDnsSupportRequest,DisableVpcClassicLinkDnsSupportResult> asyncHandler)
Future<DisableVpcClassicLinkDnsSupportResult>
AmazonEC2Async. disableVpcClassicLinkDnsSupportAsync(DisableVpcClassicLinkDnsSupportRequest disableVpcClassicLinkDnsSupportRequest, AsyncHandler<DisableVpcClassicLinkDnsSupportRequest,DisableVpcClassicLinkDnsSupportResult> asyncHandler)
Disables ClassicLink DNS support for a VPC.Future<DisableVpcClassicLinkDnsSupportResult>
AmazonEC2AsyncClient. disableVpcClassicLinkDnsSupportAsync(DisableVpcClassicLinkDnsSupportRequest request, AsyncHandler<DisableVpcClassicLinkDnsSupportRequest,DisableVpcClassicLinkDnsSupportResult> asyncHandler)
-
Uses of DisableVpcClassicLinkDnsSupportRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DisableVpcClassicLinkDnsSupportRequest Modifier and Type Method Description DisableVpcClassicLinkDnsSupportRequest
DisableVpcClassicLinkDnsSupportRequest. clone()
DisableVpcClassicLinkDnsSupportRequest
DisableVpcClassicLinkDnsSupportRequest. withVpcId(String vpcId)
The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DisableVpcClassicLinkDnsSupportRequest Modifier and Type Method Description Request<DisableVpcClassicLinkDnsSupportRequest>
DisableVpcClassicLinkDnsSupportRequest. getDryRunRequest()
This method is intended for internal use only.
-