Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
ElasticIpStatus |
ElasticIpStatus.clone() |
ElasticIpStatus |
Cluster.getElasticIpStatus()
The status of the elastic IP (EIP) address.
|
ElasticIpStatus |
ElasticIpStatus.withElasticIp(String elasticIp)
The elastic IP (EIP) address for the cluster.
|
ElasticIpStatus |
ElasticIpStatus.withStatus(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.
|
Copyright © 2018. All rights reserved.