Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Method and Description |
---|---|
ClusterSubnetGroup |
AmazonRedshiftClient.createClusterSubnetGroup(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest)
Creates a new Amazon Redshift subnet group.
|
ClusterSubnetGroup |
AmazonRedshift.createClusterSubnetGroup(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest)
Creates a new Amazon Redshift subnet group.
|
ClusterSubnetGroup |
AbstractAmazonRedshift.createClusterSubnetGroup(CreateClusterSubnetGroupRequest request) |
ClusterSubnetGroup |
AmazonRedshiftClient.modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest)
Modifies a cluster subnet group to include the specified list of VPC
subnets.
|
ClusterSubnetGroup |
AmazonRedshift.modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest)
Modifies a cluster subnet group to include the specified list of VPC
subnets.
|
ClusterSubnetGroup |
AbstractAmazonRedshift.modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest request) |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ClusterSubnetGroup> |
DescribeClusterSubnetGroupsResult.clusterSubnetGroups
A list of ClusterSubnetGroup instances.
|
Modifier and Type | Method and Description |
---|---|
ClusterSubnetGroup |
ClusterSubnetGroup.clone() |
ClusterSubnetGroup |
ClusterSubnetGroup.withClusterSubnetGroupName(java.lang.String clusterSubnetGroupName)
The name of the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withDescription(java.lang.String description)
The description of the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withSubnetGroupStatus(java.lang.String subnetGroupStatus)
The status of the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withSubnets(java.util.Collection<Subnet> subnets)
A list of the VPC Subnet elements.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withSubnets(Subnet... subnets)
A list of the VPC Subnet elements.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withTags(java.util.Collection<Tag> tags)
The list of tags for the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withTags(Tag... tags)
The list of tags for the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withVpcId(java.lang.String vpcId)
The VPC ID of the cluster subnet group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ClusterSubnetGroup> |
DescribeClusterSubnetGroupsResult.getClusterSubnetGroups()
A list of ClusterSubnetGroup instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeClusterSubnetGroupsResult |
DescribeClusterSubnetGroupsResult.withClusterSubnetGroups(ClusterSubnetGroup... clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClusterSubnetGroupsResult.setClusterSubnetGroups(java.util.Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
DescribeClusterSubnetGroupsResult |
DescribeClusterSubnetGroupsResult.withClusterSubnetGroups(java.util.Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
Modifier and Type | Method and Description |
---|---|
ClusterSubnetGroup |
ClusterSubnetGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |