| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default DeleteSubnetResponse |
EC2Client.deleteSubnet(Consumer<DeleteSubnetRequest.Builder> deleteSubnetRequest)
Deletes the specified subnet.
|
default DeleteSubnetResponse |
EC2Client.deleteSubnet(DeleteSubnetRequest deleteSubnetRequest)
Deletes the specified subnet.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteSubnetResponse> |
EC2AsyncClient.deleteSubnet(Consumer<DeleteSubnetRequest.Builder> deleteSubnetRequest)
Deletes the specified subnet.
|
default CompletableFuture<DeleteSubnetResponse> |
EC2AsyncClient.deleteSubnet(DeleteSubnetRequest deleteSubnetRequest)
Deletes the specified subnet.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteSubnetResponse |
DeleteSubnetResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.