Uses of Class
com.amazonaws.services.ec2.model.AttachClassicLinkVpcRequest
Packages that use AttachClassicLinkVpcRequest
-
Uses of AttachClassicLinkVpcRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type AttachClassicLinkVpcRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.attachClassicLinkVpc
(AttachClassicLinkVpcRequest request) AmazonEC2.attachClassicLinkVpc
(AttachClassicLinkVpcRequest attachClassicLinkVpcRequest) Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups.AmazonEC2Client.attachClassicLinkVpc
(AttachClassicLinkVpcRequest attachClassicLinkVpcRequest) Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups.AbstractAmazonEC2Async.attachClassicLinkVpcAsync
(AttachClassicLinkVpcRequest request) AbstractAmazonEC2Async.attachClassicLinkVpcAsync
(AttachClassicLinkVpcRequest request, AsyncHandler<AttachClassicLinkVpcRequest, AttachClassicLinkVpcResult> asyncHandler) AmazonEC2Async.attachClassicLinkVpcAsync
(AttachClassicLinkVpcRequest attachClassicLinkVpcRequest) Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups.AmazonEC2Async.attachClassicLinkVpcAsync
(AttachClassicLinkVpcRequest attachClassicLinkVpcRequest, AsyncHandler<AttachClassicLinkVpcRequest, AttachClassicLinkVpcResult> asyncHandler) Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups.AmazonEC2AsyncClient.attachClassicLinkVpcAsync
(AttachClassicLinkVpcRequest request) AmazonEC2AsyncClient.attachClassicLinkVpcAsync
(AttachClassicLinkVpcRequest request, AsyncHandler<AttachClassicLinkVpcRequest, AttachClassicLinkVpcResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AttachClassicLinkVpcRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.attachClassicLinkVpcAsync
(AttachClassicLinkVpcRequest request, AsyncHandler<AttachClassicLinkVpcRequest, AttachClassicLinkVpcResult> asyncHandler) AmazonEC2Async.attachClassicLinkVpcAsync
(AttachClassicLinkVpcRequest attachClassicLinkVpcRequest, AsyncHandler<AttachClassicLinkVpcRequest, AttachClassicLinkVpcResult> asyncHandler) Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups.AmazonEC2AsyncClient.attachClassicLinkVpcAsync
(AttachClassicLinkVpcRequest request, AsyncHandler<AttachClassicLinkVpcRequest, AttachClassicLinkVpcResult> asyncHandler) -
Uses of AttachClassicLinkVpcRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AttachClassicLinkVpcRequestModifier and TypeMethodDescriptionAttachClassicLinkVpcRequest.clone()
AttachClassicLinkVpcRequest.withGroups
(String... groups) The ID of one or more of the VPC's security groups.AttachClassicLinkVpcRequest.withGroups
(Collection<String> groups) The ID of one or more of the VPC's security groups.AttachClassicLinkVpcRequest.withInstanceId
(String instanceId) The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC.The ID of a ClassicLink-enabled VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AttachClassicLinkVpcRequestModifier and TypeMethodDescriptionAttachClassicLinkVpcRequest.getDryRunRequest()
This method is intended for internal use only.