|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.aws.ec2.model.ResourceId<SubnetId>
com.atlassian.aws.ec2.model.SubnetId
public final class SubnetId
Encapsulates VPC subnet string id.
| Field Summary | |
|---|---|
static com.google.common.base.Function<com.amazonaws.services.ec2.model.Subnet,String> |
GET_AZ
|
static SubnetId |
NO_SUBNET
|
| Constructor Summary | |
|---|---|
SubnetId(String subnetId)
|
|
| Method Summary | |
|---|---|
static Iterable<SubnetId> |
from(Iterable<String> subnetIds)
|
static SubnetId |
from(String subnetId)
|
static SubnetId |
from(com.amazonaws.services.ec2.model.Subnet subnet)
|
static SubnetId |
fromNullable(String subnetId)
|
boolean |
isUndefined()
|
| Methods inherited from class com.atlassian.aws.ec2.model.ResourceId |
|---|
equals, from, getId, getIds, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SubnetId NO_SUBNET
public static final com.google.common.base.Function<com.amazonaws.services.ec2.model.Subnet,String> GET_AZ
| Constructor Detail |
|---|
public SubnetId(@NotNull
String subnetId)
| Method Detail |
|---|
public boolean isUndefined()
@NotNull
public static SubnetId from(@NotNull
String subnetId)
@Nullable
public static SubnetId fromNullable(@Nullable
String subnetId)
@NotNull
public static SubnetId from(@NotNull
com.amazonaws.services.ec2.model.Subnet subnet)
@NotNull public static Iterable<SubnetId> from(Iterable<String> subnetIds)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||