Subnet.setMapPublicIpOnLaunch
Code IndexAdd Codota to your IDE (free)

Best code snippets using com.amazonaws.services.ec2.model.Subnet.setMapPublicIpOnLaunch(Showing top 7 results out of 315)

origin: aws/aws-sdk-java

/**
 * <p>
 * Indicates whether instances launched in this subnet receive a public IPv4 address.
 * </p>
 * 
 * @param mapPublicIpOnLaunch
 *        Indicates whether instances launched in this subnet receive a public IPv4 address.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public Subnet withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch) {
  setMapPublicIpOnLaunch(mapPublicIpOnLaunch);
  return this;
}
origin: aws/aws-sdk-java

subnet.setMapPublicIpOnLaunch(BooleanStaxUnmarshaller.getInstance().unmarshall(context));
continue;
origin: com.amazonaws/aws-java-sdk-ec2

/**
 * <p>
 * Indicates whether instances launched in this subnet receive a public IPv4 address.
 * </p>
 * 
 * @param mapPublicIpOnLaunch
 *        Indicates whether instances launched in this subnet receive a public IPv4 address.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public Subnet withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch) {
  setMapPublicIpOnLaunch(mapPublicIpOnLaunch);
  return this;
}
origin: com.amazonaws/aws-java-sdk-bundle

/**
 * <p>
 * Indicates whether instances launched in this subnet receive a public IPv4 address.
 * </p>
 * 
 * @param mapPublicIpOnLaunch
 *        Indicates whether instances launched in this subnet receive a public IPv4 address.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public Subnet withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch) {
  setMapPublicIpOnLaunch(mapPublicIpOnLaunch);
  return this;
}
origin: com.amazonaws/aws-java-sdk-osgi

/**
 * <p>
 * Indicates whether instances launched in this subnet receive a public IPv4 address.
 * </p>
 * 
 * @param mapPublicIpOnLaunch
 *        Indicates whether instances launched in this subnet receive a public IPv4 address.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public Subnet withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch) {
  setMapPublicIpOnLaunch(mapPublicIpOnLaunch);
  return this;
}
origin: com.amazonaws/aws-java-sdk-bundle

subnet.setMapPublicIpOnLaunch(BooleanStaxUnmarshaller.getInstance().unmarshall(context));
continue;
origin: com.amazonaws/aws-java-sdk-ec2

subnet.setMapPublicIpOnLaunch(BooleanStaxUnmarshaller.getInstance().unmarshall(context));
continue;
com.amazonaws.services.ec2.modelSubnetsetMapPublicIpOnLaunch

Javadoc

Indicates whether instances launched in this subnet receive a public IPv4 address.

Popular methods of Subnet

  • getAvailabilityZone
    The Availability Zone of the subnet.
  • getSubnetId
    The ID of the subnet.
  • getAvailableIpAddressCount
    The number of unused private IPv4 addresses in the subnet. Note that the IPv4 addresses for any sto
  • getState
    The current state of the subnet.
  • setAvailabilityZone
    The Availability Zone of the subnet.
  • setAvailableIpAddressCount
    The number of unused private IPv4 addresses in the subnet. Note that the IPv4 addresses for any sto
  • setSubnetId
    The ID of the subnet.
  • <init>
  • getAssignIpv6AddressOnCreation
    Indicates whether a network interface created in this subnet (including a network interface created
  • getCidrBlock
    The IPv4 CIDR block assigned to the subnet.
  • getDefaultForAz
    Indicates whether this is the default subnet for the Availability Zone.
  • getIpv6CidrBlockAssociationSet
    Information about the IPv6 CIDR blocks associated with the subnet.
  • getDefaultForAz,
  • getIpv6CidrBlockAssociationSet,
  • getMapPublicIpOnLaunch,
  • getTags,
  • getVpcId,
  • setAssignIpv6AddressOnCreation,
  • setCidrBlock,
  • setDefaultForAz,
  • setIpv6CidrBlockAssociationSet

Popular classes and methods

  • setContentView (Activity)
  • putExtra (Intent)
  • compareTo (BigDecimal)
    Compares this BigDecimal with val. Returns one of the three values 1, 0, or -1. The method behaves a
  • Font (java.awt)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support

For IntelliJ IDEA and
Android Studio

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)