Uses of Class
com.amazonaws.services.redshift.model.ClusterSubnetGroup
Packages that use ClusterSubnetGroup
-
Uses of ClusterSubnetGroup in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return ClusterSubnetGroupModifier and TypeMethodDescriptionAbstractAmazonRedshift.createClusterSubnetGroup
(CreateClusterSubnetGroupRequest request) AmazonRedshift.createClusterSubnetGroup
(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest) Creates a new Amazon Redshift subnet group.AmazonRedshiftClient.createClusterSubnetGroup
(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest) Creates a new Amazon Redshift subnet group.AbstractAmazonRedshift.modifyClusterSubnetGroup
(ModifyClusterSubnetGroupRequest request) AmazonRedshift.modifyClusterSubnetGroup
(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest) Modifies a cluster subnet group to include the specified list of VPC subnets.AmazonRedshiftClient.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 ClusterSubnetGroupModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createClusterSubnetGroupAsync
(CreateClusterSubnetGroupRequest request) AbstractAmazonRedshiftAsync.createClusterSubnetGroupAsync
(CreateClusterSubnetGroupRequest request, AsyncHandler<CreateClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) AmazonRedshiftAsync.createClusterSubnetGroupAsync
(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest) Creates a new Amazon Redshift subnet group.AmazonRedshiftAsync.createClusterSubnetGroupAsync
(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest, AsyncHandler<CreateClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) Creates a new Amazon Redshift subnet group.AmazonRedshiftAsyncClient.createClusterSubnetGroupAsync
(CreateClusterSubnetGroupRequest request) AmazonRedshiftAsyncClient.createClusterSubnetGroupAsync
(CreateClusterSubnetGroupRequest request, AsyncHandler<CreateClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) AbstractAmazonRedshiftAsync.modifyClusterSubnetGroupAsync
(ModifyClusterSubnetGroupRequest request) AbstractAmazonRedshiftAsync.modifyClusterSubnetGroupAsync
(ModifyClusterSubnetGroupRequest request, AsyncHandler<ModifyClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) AmazonRedshiftAsync.modifyClusterSubnetGroupAsync
(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest) Modifies a cluster subnet group to include the specified list of VPC subnets.AmazonRedshiftAsync.modifyClusterSubnetGroupAsync
(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest, AsyncHandler<ModifyClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) Modifies a cluster subnet group to include the specified list of VPC subnets.AmazonRedshiftAsyncClient.modifyClusterSubnetGroupAsync
(ModifyClusterSubnetGroupRequest request) AmazonRedshiftAsyncClient.modifyClusterSubnetGroupAsync
(ModifyClusterSubnetGroupRequest request, AsyncHandler<ModifyClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type ClusterSubnetGroupModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createClusterSubnetGroupAsync
(CreateClusterSubnetGroupRequest request, AsyncHandler<CreateClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) AmazonRedshiftAsync.createClusterSubnetGroupAsync
(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest, AsyncHandler<CreateClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) Creates a new Amazon Redshift subnet group.AmazonRedshiftAsyncClient.createClusterSubnetGroupAsync
(CreateClusterSubnetGroupRequest request, AsyncHandler<CreateClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) AbstractAmazonRedshiftAsync.modifyClusterSubnetGroupAsync
(ModifyClusterSubnetGroupRequest request, AsyncHandler<ModifyClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) AmazonRedshiftAsync.modifyClusterSubnetGroupAsync
(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest, AsyncHandler<ModifyClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) Modifies a cluster subnet group to include the specified list of VPC subnets.AmazonRedshiftAsyncClient.modifyClusterSubnetGroupAsync
(ModifyClusterSubnetGroupRequest request, AsyncHandler<ModifyClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) -
Uses of ClusterSubnetGroup in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterSubnetGroupModifier and TypeMethodDescriptionClusterSubnetGroup.clone()
ClusterSubnetGroup.withClusterSubnetGroupName
(String clusterSubnetGroupName) The name of the cluster subnet group.ClusterSubnetGroup.withDescription
(String description) The description of the cluster subnet group.ClusterSubnetGroup.withSubnetGroupStatus
(String subnetGroupStatus) The status of the cluster subnet group.ClusterSubnetGroup.withSubnets
(Subnet... subnets) A list of the VPC Subnet elements.ClusterSubnetGroup.withSubnets
(Collection<Subnet> subnets) A list of the VPC Subnet elements.The list of tags for the cluster subnet group.ClusterSubnetGroup.withTags
(Collection<Tag> tags) The list of tags for the cluster subnet group.The VPC ID of the cluster subnet group.Methods in com.amazonaws.services.redshift.model that return types with arguments of type ClusterSubnetGroupModifier and TypeMethodDescriptionDescribeClusterSubnetGroupsResult.getClusterSubnetGroups()
A list of ClusterSubnetGroup instances.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterSubnetGroupModifier and TypeMethodDescriptionDescribeClusterSubnetGroupsResult.withClusterSubnetGroups
(ClusterSubnetGroup... clusterSubnetGroups) A list of ClusterSubnetGroup instances.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterSubnetGroupModifier and TypeMethodDescriptionvoid
DescribeClusterSubnetGroupsResult.setClusterSubnetGroups
(Collection<ClusterSubnetGroup> clusterSubnetGroups) A list of ClusterSubnetGroup instances.DescribeClusterSubnetGroupsResult.withClusterSubnetGroups
(Collection<ClusterSubnetGroup> clusterSubnetGroups) A list of ClusterSubnetGroup instances.