Uses of Class
com.atlassian.aws.AWSException

Packages that use AWSException
com.atlassian.aws   
com.atlassian.aws.ec2   
 

Uses of AWSException in com.atlassian.aws
 

Methods in com.atlassian.aws that throw AWSException
 void AWSAccount.deleteVolume(String volumeId)
          Delete the volume with the given id.
 Iterable<com.amazonaws.services.ec2.model.SecurityGroup> AWSAccount.describeSecurityGroups()
           
 Collection<com.amazonaws.services.ec2.model.Volume> AWSAccount.describeVolumes()
          Returns the list of all ebs volumes on this account.
 Map<com.amazonaws.services.ec2.model.Vpc,Collection<com.amazonaws.services.ec2.model.Subnet>> AWSAccount.describeVpcs()
           
 String AWSAccount.getAccountValidationError()
          Checks whether the credentials encapsulated by this object are valid.
 Collection<com.amazonaws.services.ec2.model.Instance> AWSAccount.getAllInstances()
          Returns the list of all instances on this account that are currently up.
 com.google.common.collect.ImmutableMap<String,com.amazonaws.services.ec2.model.AvailabilityZone> AWSAccount.getAvailabilityZones()
          Returns a list of availability zones and their status.
 com.google.common.collect.ImmutableMap<String,com.amazonaws.services.ec2.model.KeyPairInfo> AWSAccount.getEC2KeyPairDescriptions()
           
 com.amazonaws.services.ec2.model.KeyPair AWSAccount.newEC2KeyPair(String name)
           
 com.amazonaws.services.ec2.model.SecurityGroup AWSAccount.newSecurityGroup(String name, String description, VpcId vpcId)
           
 void AWSAccount.shutdownInstance(String instanceId)
          Shutdown the elastic instance with the given id.
 

Uses of AWSException in com.atlassian.aws.ec2
 

Methods in com.atlassian.aws.ec2 that throw AWSException
 void EBSVolume.delete()
          Deprecated.  
 



Copyright © 2015 Atlassian. All rights reserved.