Tabnine Logo
Image.setPublic
Code IndexAdd Tabnine to your IDE (free)

How to use
setPublic
method
in
com.amazonaws.services.ec2.model.Image

Best Java code snippets using com.amazonaws.services.ec2.model.Image.setPublic (Showing top 5 results out of 315)

origin: aws/aws-sdk-java

/**
 * <p>
 * Indicates whether the image has public launch permissions. The value is <code>true</code> if this image has
 * public launch permissions or <code>false</code> if it has only implicit and explicit launch permissions.
 * </p>
 * 
 * @param publicValue
 *        Indicates whether the image has public launch permissions. The value is <code>true</code> if this image
 *        has public launch permissions or <code>false</code> if it has only implicit and explicit launch
 *        permissions.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public Image withPublic(Boolean publicValue) {
  setPublic(publicValue);
  return this;
}
origin: aws/aws-sdk-java

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

/**
 * <p>
 * Indicates whether the image has public launch permissions. The value is <code>true</code> if this image has
 * public launch permissions or <code>false</code> if it has only implicit and explicit launch permissions.
 * </p>
 * 
 * @param publicValue
 *        Indicates whether the image has public launch permissions. The value is <code>true</code> if this image
 *        has public launch permissions or <code>false</code> if it has only implicit and explicit launch
 *        permissions.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public Image withPublic(Boolean publicValue) {
  setPublic(publicValue);
  return this;
}
origin: aws-amplify/aws-sdk-android

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

image.setPublic(BooleanStaxUnmarshaller.getInstance().unmarshall(context));
continue;
com.amazonaws.services.ec2.modelImagesetPublic

Javadoc

Indicates whether the image has public launch permissions. The value is true if this image has public launch permissions or false if it has only implicit and explicit launch permissions.

Popular methods of Image

  • getImageId
    The ID of the AMI.
  • getName
    The name of the AMI that was provided during image creation.
  • getBlockDeviceMappings
    Any block device mapping entries.
  • getImageLocation
    The location of the AMI.
  • getImageOwnerAlias
    The AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner.
  • getOwnerId
    The AWS account ID of the image owner.
  • getPlatform
    The value is Windows for Windows AMIs; otherwise blank.
  • getRootDeviceName
    The device name of the root device volume (for example, /dev/sda1).
  • getRootDeviceType
    The type of root device used by the AMI. The AMI can use an EBS volume or an instance store volume.
  • getState
    The current state of the AMI. If the state is available, the image is successfully registered and c
  • getTags
    Any tags assigned to the image.
  • setImageId
    The ID of the AMI.
  • getTags,
  • setImageId,
  • <init>,
  • getArchitecture,
  • getCreationDate,
  • getDescription,
  • getHypervisor,
  • getImageType,
  • getKernelId,
  • getProductCodes

Popular in Java

  • Finding current android device location
  • notifyDataSetChanged (ArrayAdapter)
  • scheduleAtFixedRate (Timer)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Menu (java.awt)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now