Uses of Class
com.atlassian.aws.ec2.Protocol

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

Uses of Protocol in com.atlassian.aws
 

Methods in com.atlassian.aws with parameters of type Protocol
 void AWSAccount.ensureInboundTrafficIsAllowed(com.amazonaws.services.ec2.model.SecurityGroup group, Protocol protocol, String cidrIpRange, int port)
           
 

Uses of Protocol in com.atlassian.aws.ec2
 

Methods in com.atlassian.aws.ec2 that return Protocol
static Protocol Protocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Protocol[] Protocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.aws.ec2 with parameters of type Protocol
static List<com.amazonaws.services.ec2.model.IpPermission> EC2Utils.getMatchingIpPermissions(com.amazonaws.services.ec2.model.SecurityGroup group, Protocol protocol, String cidrIpRange, int port)
           
 



Copyright © 2015 Atlassian. All rights reserved.