Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<AttachClassicLinkVpcResult> |
AbstractAmazonEC2Async.attachClassicLinkVpcAsync(AttachClassicLinkVpcRequest request,
AsyncHandler<AttachClassicLinkVpcRequest,AttachClassicLinkVpcResult> asyncHandler) |
Future<AttachClassicLinkVpcResult> |
AmazonEC2AsyncClient.attachClassicLinkVpcAsync(AttachClassicLinkVpcRequest request,
AsyncHandler<AttachClassicLinkVpcRequest,AttachClassicLinkVpcResult> asyncHandler) |
Future<AttachClassicLinkVpcResult> |
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.
|
Modifier and Type | Method and Description |
---|---|
AttachClassicLinkVpcRequest |
AttachClassicLinkVpcRequest.clone() |
AttachClassicLinkVpcRequest |
AttachClassicLinkVpcRequest.withGroups(Collection<String> groups)
The ID of one or more of the VPC's security groups.
|
AttachClassicLinkVpcRequest |
AttachClassicLinkVpcRequest.withGroups(String... groups)
The ID of one or more of the VPC's security groups.
|
AttachClassicLinkVpcRequest |
AttachClassicLinkVpcRequest.withInstanceId(String instanceId)
The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC.
|
AttachClassicLinkVpcRequest |
AttachClassicLinkVpcRequest.withVpcId(String vpcId)
The ID of a ClassicLink-enabled VPC.
|
Modifier and Type | Method and Description |
---|---|
Request<AttachClassicLinkVpcRequest> |
AttachClassicLinkVpcRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2018. All rights reserved.