| Package | Description |
|---|---|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Method and Description |
|---|---|
VpcSubnetGroupType |
VpcSubnetGroup.getType()
(experimental) The type of the subnet group.
|
VpcSubnetGroupType |
VpcSubnetGroup.Jsii$Proxy.getType() |
static VpcSubnetGroupType |
VpcSubnetGroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpcSubnetGroupType[] |
VpcSubnetGroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VpcSubnetGroup.Builder |
VpcSubnetGroup.Builder.type(VpcSubnetGroupType type)
Sets the value of
VpcSubnetGroup.getType() |
| 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.