Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
ClusterSubnetGroup |
AbstractAmazonRedshift.createClusterSubnetGroup(CreateClusterSubnetGroupRequest request) |
ClusterSubnetGroup |
AmazonRedshiftClient.createClusterSubnetGroup(CreateClusterSubnetGroupRequest request)
Creates a new Amazon Redshift subnet group.
|
ClusterSubnetGroup |
AmazonRedshift.createClusterSubnetGroup(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest)
Creates a new Amazon Redshift subnet group.
|
ClusterSubnetGroup |
AbstractAmazonRedshift.modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest request) |
ClusterSubnetGroup |
AmazonRedshiftClient.modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest request)
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.
|
Modifier and Type | Method and Description |
---|---|
ClusterSubnetGroup |
ClusterSubnetGroup.clone() |
ClusterSubnetGroup |
ClusterSubnetGroup.withClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withDescription(String description)
The description of the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withSubnetGroupStatus(String subnetGroupStatus)
The status of the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withSubnets(Collection<Subnet> subnets)
A list of the VPC Subnet elements.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withSubnets(Subnet... subnets)
A list of the VPC Subnet elements.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withSupportedClusterIpAddressTypes(Collection<String> supportedClusterIpAddressTypes)
The IP address types supported by this cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withSupportedClusterIpAddressTypes(String... supportedClusterIpAddressTypes)
The IP address types supported by this cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withTags(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(String vpcId)
The VPC ID of the cluster subnet group.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
DescribeClusterSubnetGroupsResult |
DescribeClusterSubnetGroupsResult.withClusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
Copyright © 2024. All rights reserved.