Uses of Class
com.atlassian.aws.ec2.model.ResourceId

Packages that use ResourceId
com.atlassian.aws   
com.atlassian.aws.ec2.model   
 

Uses of ResourceId in com.atlassian.aws
 

Method parameters in com.atlassian.aws with type arguments of type ResourceId
 Collection<T> AwsOmeCache.describeResources(Iterable<? extends ResourceId<?>> resourceIds)
           
 

Uses of ResourceId in com.atlassian.aws.ec2.model
 

Subclasses of ResourceId in com.atlassian.aws.ec2.model
 class AvailabilityZoneId
          Encapsulates Availability Zone string id.
 class SecurityGroupId
          Encapsulates Security group string id.
 class SubnetId
          Encapsulates VPC subnet string id.
 class VpcId
          Encapsulates VPC string id.
 

Method parameters in com.atlassian.aws.ec2.model with type arguments of type ResourceId
static Collection<String> ResourceId.getIds(Iterable<? extends ResourceId<?>> resourceIds)
           
 



Copyright © 2015 Atlassian. All rights reserved.