| Package | Description |
|---|---|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Class and Description |
|---|---|
static class |
VpcSubnet.Jsii$Proxy
An implementation for
VpcSubnet |
| Modifier and Type | Method and Description |
|---|---|
VpcSubnet |
VpcSubnet.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcSubnet> |
VpcSubnetGroup.getSubnets()
(experimental) The subnets that are part of this group.
|
List<VpcSubnet> |
VpcSubnetGroup.Jsii$Proxy.getSubnets() |
| Modifier and Type | Method and Description |
|---|---|
VpcSubnetGroup.Builder |
VpcSubnetGroup.Builder.subnets(List<? extends VpcSubnet> subnets)
Sets the value of
VpcSubnetGroup.getSubnets() |
| Constructor and Description |
|---|
Jsii$Proxy(String name,
List<? extends VpcSubnet> subnets,
VpcSubnetGroupType type)
Constructor that initializes the object based on literal property values passed by the
VpcSubnetGroup.Builder. |
Copyright © 2021. All rights reserved.