Java com.amazonaws.services.redshift.model Cluster fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.redshift.model Cluster fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.redshift.model Cluster.

The text is from its open source code.

Method

StringgetAvailabilityZone()

The name of the Availability Zone in which the cluster is located.

StringgetClusterIdentifier()

The unique identifier of the cluster.

java.util.ListgetClusterSecurityGroups()

A list of cluster security group that are associated with the cluster.

StringgetClusterStatus()

The current state of the cluster.

StringgetDBName()

The name of the initial database that was created when the cluster was created.

EndpointgetEndpoint()

The connection endpoint.

StringgetVpcId()

The identifier of the VPC the cluster is in, if the cluster is in a VPC.

java.util.ListgetVpcSecurityGroups()

A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster.