Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
ElasticIpStatus |
Cluster.getElasticIpStatus()
Describes 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)
Describes the status of the elastic IP (EIP) address.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setElasticIpStatus(ElasticIpStatus elasticIpStatus)
Describes the status of the elastic IP (EIP) address.
|
Cluster |
Cluster.withElasticIpStatus(ElasticIpStatus elasticIpStatus)
Describes the status of the elastic IP (EIP) address.
|
Copyright © 2015. All rights reserved.