| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default DetachInternetGatewayResponse |
EC2Client.detachInternetGateway(Consumer<DetachInternetGatewayRequest.Builder> detachInternetGatewayRequest)
Detaches an Internet gateway from a VPC, disabling connectivity between the Internet and the VPC.
|
default DetachInternetGatewayResponse |
EC2Client.detachInternetGateway(DetachInternetGatewayRequest detachInternetGatewayRequest)
Detaches an Internet gateway from a VPC, disabling connectivity between the Internet and the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DetachInternetGatewayResponse> |
EC2AsyncClient.detachInternetGateway(Consumer<DetachInternetGatewayRequest.Builder> detachInternetGatewayRequest)
Detaches an Internet gateway from a VPC, disabling connectivity between the Internet and the VPC.
|
default CompletableFuture<DetachInternetGatewayResponse> |
EC2AsyncClient.detachInternetGateway(DetachInternetGatewayRequest detachInternetGatewayRequest)
Detaches an Internet gateway from a VPC, disabling connectivity between the Internet and the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
DetachInternetGatewayResponse |
DetachInternetGatewayResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.