|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterSubnetGroup | |
---|---|
com.amazonaws.services.redshift | Synchronous and asynchronous client classes for accessing AmazonRedshift. |
com.amazonaws.services.redshift.model | Classes modeling the various types represented by AmazonRedshift. |
Uses of ClusterSubnetGroup in com.amazonaws.services.redshift |
---|
Methods in com.amazonaws.services.redshift that return ClusterSubnetGroup | |
---|---|
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 |
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. |
Methods in com.amazonaws.services.redshift that return types with arguments of type ClusterSubnetGroup | |
---|---|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsyncClient.createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest)
Creates a new Amazon Redshift subnet group. |
Future<ClusterSubnetGroup> |
AmazonRedshiftAsync.createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest)
Creates a new Amazon Redshift subnet group. |
Future<ClusterSubnetGroup> |
AmazonRedshiftAsyncClient.createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest,
AsyncHandler<CreateClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
Creates a new Amazon Redshift subnet group. |
Future<ClusterSubnetGroup> |
AmazonRedshiftAsync.createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest,
AsyncHandler<CreateClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
Creates a new Amazon Redshift subnet group. |
Future<ClusterSubnetGroup> |
AmazonRedshiftAsyncClient.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest)
Modifies a cluster subnet group to include the specified list of VPC subnets. |
Future<ClusterSubnetGroup> |
AmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest)
Modifies a cluster subnet group to include the specified list of VPC subnets. |
Future<ClusterSubnetGroup> |
AmazonRedshiftAsyncClient.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest,
AsyncHandler<ModifyClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
Modifies a cluster subnet group to include the specified list of VPC subnets. |
Future<ClusterSubnetGroup> |
AmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest,
AsyncHandler<ModifyClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
Modifies a cluster subnet group to include the specified list of VPC subnets. |
Uses of ClusterSubnetGroup in com.amazonaws.services.redshift.model |
---|
Methods in com.amazonaws.services.redshift.model that return ClusterSubnetGroup | |
---|---|
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.withVpcId(String vpcId)
The VPC ID of the cluster subnet group. |
Methods in com.amazonaws.services.redshift.model that return types with arguments of type ClusterSubnetGroup | |
---|---|
List<ClusterSubnetGroup> |
DescribeClusterSubnetGroupsResult.getClusterSubnetGroups()
A list of ClusterSubnetGroup instances. |
Methods in com.amazonaws.services.redshift.model with parameters of type ClusterSubnetGroup | |
---|---|
DescribeClusterSubnetGroupsResult |
DescribeClusterSubnetGroupsResult.withClusterSubnetGroups(ClusterSubnetGroup... clusterSubnetGroups)
A list of ClusterSubnetGroup instances. |
Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterSubnetGroup | |
---|---|
void |
DescribeClusterSubnetGroupsResult.setClusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances. |
DescribeClusterSubnetGroupsResult |
DescribeClusterSubnetGroupsResult.withClusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |