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

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

Uses of SecurityGroupId in com.atlassian.aws.ec2
 

Methods in com.atlassian.aws.ec2 that return types with arguments of type SecurityGroupId
 Iterable<SecurityGroupId> InstanceLaunchConfiguration.getSecurityGroups(SubnetId subnetId)
           
 

Method parameters in com.atlassian.aws.ec2 with type arguments of type SecurityGroupId
 InstanceLaunchConfigurationBuilder InstanceLaunchConfigurationBuilder.withAvailableSecurityGroups(com.google.common.collect.Multimap<SubnetId,SecurityGroupId> availableSecurityGroups)
           
 

Constructor parameters in com.atlassian.aws.ec2 with type arguments of type SecurityGroupId
InstanceLaunchConfiguration(String imageId, String keyName, com.google.common.collect.ImmutableMultimap<SubnetId,SecurityGroupId> availableSecurityGroups, Iterable<String> requestedAvailabilityZones, int startupTimeoutInSeconds, Iterable<String> subnetIds, int spotRequestTimeoutSeconds, Object userData, double spotInstanceBid, EC2InstanceType instanceType, com.amazonaws.services.ec2.model.IamInstanceProfileSpecification iamInstanceProfile, String ebsSnapshotId, boolean ebsOptmised, boolean shouldAssociatePublicIp)
           
 

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

Methods in com.atlassian.aws.ec2.model that return SecurityGroupId
static SecurityGroupId SecurityGroupId.from(com.amazonaws.services.ec2.model.SecurityGroup securityGroup)
           
static SecurityGroupId SecurityGroupId.from(String id)
           
 

Method parameters in com.atlassian.aws.ec2.model with type arguments of type SecurityGroupId
static Collection<com.amazonaws.services.ec2.model.GroupIdentifier> SecurityGroupId.asGroupIdentifiers(Iterable<SecurityGroupId> securityGroups)
           
 



Copyright © 2015 Atlassian. All rights reserved.