Java com.amazonaws.services.ec2.model CreateSubnetRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model CreateSubnetRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model CreateSubnetRequest.

The text is from its open source code.

Constructor

CreateSubnetRequest()
Default constructor for CreateSubnetRequest object.
CreateSubnetRequest(String vpcId, String cidrBlock)
Constructs a new CreateSubnetRequest object.

Method

StringgetCidrBlock()

The IPv4 network range for the subnet, in CIDR notation.

StringgetVpcId()

The ID of the VPC.

CreateSubnetRequestwithAvailabilityZone(String availabilityZone)

The Availability Zone for the subnet.