Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private ElasticIpStatus |
Cluster.elasticIpStatus
The status of the elastic IP (EIP) address.
|
Modifier and Type | Method and Description |
---|---|
ElasticIpStatus |
ElasticIpStatus.clone() |
ElasticIpStatus |
Cluster.getElasticIpStatus()
The status of the elastic IP (EIP) address.
|
ElasticIpStatus |
ElasticIpStatus.withElasticIp(java.lang.String elasticIp)
The elastic IP (EIP) address for the cluster.
|
ElasticIpStatus |
ElasticIpStatus.withStatus(java.lang.String status)
The status of the elastic IP (EIP) address.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setElasticIpStatus(ElasticIpStatus elasticIpStatus)
The status of the elastic IP (EIP) address.
|
Cluster |
Cluster.withElasticIpStatus(ElasticIpStatus elasticIpStatus)
The status of the elastic IP (EIP) address.
|
Modifier and Type | Method and Description |
---|---|
ElasticIpStatus |
ElasticIpStatusStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |