Package | Description |
---|---|
org.jclouds.rds.domain |
Modifier and Type | Field and Description |
---|---|
protected Authorization.Status |
Authorization.status |
protected Authorization.Status |
Authorization.Builder.status |
Modifier and Type | Method and Description |
---|---|
static Authorization.Status |
Authorization.Status.fromValue(String status) |
Authorization.Status |
Authorization.getStatus()
Specifies the status of the authorization.
|
static Authorization.Status |
Authorization.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Authorization.Status[] |
Authorization.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
Authorization.Builder.status(Authorization.Status status) |
Constructor and Description |
---|
Authorization(String rawStatus,
Authorization.Status status) |
EC2SecurityGroup(com.google.common.base.Optional<String> id,
String name,
String ownerId,
String rawStatus,
Authorization.Status status) |
IPRange(String cidrIp,
String rawStatus,
Authorization.Status status) |
Copyright © 2009-2013 jclouds. All Rights Reserved.