Uses of Class
com.amazonaws.services.redshift.model.AvailabilityZone
Packages that use AvailabilityZone
-
Uses of AvailabilityZone in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return AvailabilityZoneModifier and TypeMethodDescriptionAvailabilityZone.clone()
Subnet.getSubnetAvailabilityZone()
The name of the availability zone.Methods in com.amazonaws.services.redshift.model that return types with arguments of type AvailabilityZoneModifier and TypeMethodDescriptionOrderableClusterOption.getAvailabilityZones()
A list of availability zones for the orderable cluster.Methods in com.amazonaws.services.redshift.model with parameters of type AvailabilityZoneModifier and TypeMethodDescriptionvoid
Subnet.setSubnetAvailabilityZone
(AvailabilityZone subnetAvailabilityZone) OrderableClusterOption.withAvailabilityZones
(AvailabilityZone... availabilityZones) A list of availability zones for the orderable cluster.Subnet.withSubnetAvailabilityZone
(AvailabilityZone subnetAvailabilityZone) Method parameters in com.amazonaws.services.redshift.model with type arguments of type AvailabilityZoneModifier and TypeMethodDescriptionvoid
OrderableClusterOption.setAvailabilityZones
(Collection<AvailabilityZone> availabilityZones) A list of availability zones for the orderable cluster.OrderableClusterOption.withAvailabilityZones
(Collection<AvailabilityZone> availabilityZones) A list of availability zones for the orderable cluster.