| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default DetachClassicLinkVpcResponse |
EC2Client.detachClassicLinkVpc(Consumer<DetachClassicLinkVpcRequest.Builder> detachClassicLinkVpcRequest)
Unlinks (detaches) a linked EC2-Classic instance from a VPC.
|
default DetachClassicLinkVpcResponse |
EC2Client.detachClassicLinkVpc(DetachClassicLinkVpcRequest detachClassicLinkVpcRequest)
Unlinks (detaches) a linked EC2-Classic instance from a VPC.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DetachClassicLinkVpcResponse> |
EC2AsyncClient.detachClassicLinkVpc(Consumer<DetachClassicLinkVpcRequest.Builder> detachClassicLinkVpcRequest)
Unlinks (detaches) a linked EC2-Classic instance from a VPC.
|
default CompletableFuture<DetachClassicLinkVpcResponse> |
EC2AsyncClient.detachClassicLinkVpc(DetachClassicLinkVpcRequest detachClassicLinkVpcRequest)
Unlinks (detaches) a linked EC2-Classic instance from a VPC.
|
| Modifier and Type | Method and Description |
|---|---|
DetachClassicLinkVpcResponse |
DetachClassicLinkVpcResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.