Uses of Class
com.amazonaws.services.redshift.model.ElasticIpStatus
Packages that use ElasticIpStatus
-
Uses of ElasticIpStatus in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ElasticIpStatusModifier and TypeMethodDescriptionElasticIpStatus.clone()
Cluster.getElasticIpStatus()
The status of the elastic IP (EIP) address.ElasticIpStatus.withElasticIp
(String elasticIp) The elastic IP (EIP) address for the cluster.ElasticIpStatus.withStatus
(String status) The status of the elastic IP (EIP) address.Methods in com.amazonaws.services.redshift.model with parameters of type ElasticIpStatusModifier and TypeMethodDescriptionvoid
Cluster.setElasticIpStatus
(ElasticIpStatus elasticIpStatus) The status of the elastic IP (EIP) address.Cluster.withElasticIpStatus
(ElasticIpStatus elasticIpStatus) The status of the elastic IP (EIP) address.