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

Packages that use SubnetId
com.atlassian.aws.ec2   
com.atlassian.aws.ec2.awssdk   
com.atlassian.aws.ec2.model   
 

Uses of SubnetId in com.atlassian.aws.ec2
 

Methods in com.atlassian.aws.ec2 that return SubnetId
 SubnetId SubnetChooser.choose(Iterable<SubnetId> subnets, EC2InstanceType instanceType)
           
 SubnetId InstanceReservationDescription.getSubnet()
           
 

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

Methods in com.atlassian.aws.ec2 with parameters of type SubnetId
 void SubnetChooser.blacklist(SubnetId subnet, EC2InstanceType instanceType)
           
 Iterable<SecurityGroupId> InstanceLaunchConfiguration.getSecurityGroups(SubnetId subnetId)
           
 void InstanceStatus.setSubnetId(SubnetId subnetId)
           
 

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

Constructor parameters in com.atlassian.aws.ec2 with type arguments of type SubnetId
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 SubnetId in com.atlassian.aws.ec2.awssdk
 

Methods in com.atlassian.aws.ec2.awssdk that return SubnetId
 SubnetId AwsSpotInstanceReservationDescription.getSubnet()
           
 SubnetId AwsInstanceReservationDescription.getSubnet()
           
 

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

Fields in com.atlassian.aws.ec2.model declared as SubnetId
static SubnetId SubnetId.NO_SUBNET
           
 

Methods in com.atlassian.aws.ec2.model that return SubnetId
static SubnetId SubnetId.from(String subnetId)
           
static SubnetId SubnetId.from(com.amazonaws.services.ec2.model.Subnet subnet)
           
static SubnetId SubnetId.fromNullable(String subnetId)
           
 

Methods in com.atlassian.aws.ec2.model that return types with arguments of type SubnetId
static Iterable<SubnetId> SubnetId.from(Iterable<String> subnetIds)
           
 



Copyright © 2015 Atlassian. All rights reserved.