Uses of Class
com.amazonaws.services.ec2.model.S3Storage

Packages that use S3Storage
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of S3Storage in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return S3Storage
 S3Storage Storage.getS3()
          The details of S3 storage for bundling a Windows instance.
 S3Storage S3Storage.withAWSAccessKeyId(String aWSAccessKeyId)
          The Access Key ID of the owner of the Amazon S3 bucket.
 S3Storage S3Storage.withBucket(String bucket)
          The bucket in which to store the AMI.
 S3Storage S3Storage.withPrefix(String prefix)
          The prefix to use when storing the AMI in S3.
 S3Storage S3Storage.withUploadPolicy(String uploadPolicy)
          A Base64-encoded Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on the user's behalf.
 S3Storage S3Storage.withUploadPolicySignature(String uploadPolicySignature)
          The signature of the Base64 encoded JSON document.
 

Methods in com.amazonaws.services.ec2.model with parameters of type S3Storage
 void Storage.setS3(S3Storage s3)
          The details of S3 storage for bundling a Windows instance.
 Storage Storage.withS3(S3Storage s3)
          The details of S3 storage for bundling a Windows instance.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.