Uses of Class
com.amazonaws.services.redshift.model.CreateClusterSubnetGroupRequest
Packages that use CreateClusterSubnetGroupRequest
-
Uses of CreateClusterSubnetGroupRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type CreateClusterSubnetGroupRequestModifier 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.AbstractAmazonRedshiftAsync.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) Method parameters in com.amazonaws.services.redshift with type arguments of type CreateClusterSubnetGroupRequestModifier 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) -
Uses of CreateClusterSubnetGroupRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return CreateClusterSubnetGroupRequestModifier and TypeMethodDescriptionCreateClusterSubnetGroupRequest.clone()CreateClusterSubnetGroupRequest.withClusterSubnetGroupName(String clusterSubnetGroupName) The name for the subnet group.CreateClusterSubnetGroupRequest.withDescription(String description) A description for the subnet group.CreateClusterSubnetGroupRequest.withSubnetIds(String... subnetIds) An array of VPC subnet IDs.CreateClusterSubnetGroupRequest.withSubnetIds(Collection<String> subnetIds) An array of VPC subnet IDs.A list of tag instances.CreateClusterSubnetGroupRequest.withTags(Collection<Tag> tags) A list of tag instances.