Uses of Class
com.amazonaws.services.redshift.model.CreateClusterSubnetGroupRequest
-
Packages that use CreateClusterSubnetGroupRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of CreateClusterSubnetGroupRequest in com.amazonaws.services.redshift
Method parameters in com.amazonaws.services.redshift with type arguments of type CreateClusterSubnetGroupRequest Modifier and Type Method Description Future<ClusterSubnetGroup>AbstractAmazonRedshiftAsync. createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest request, AsyncHandler<CreateClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)Future<ClusterSubnetGroup>AmazonRedshiftAsync. createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest, AsyncHandler<CreateClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)Creates a new Amazon Redshift subnet group.Future<ClusterSubnetGroup>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 CreateClusterSubnetGroupRequest Modifier and Type Method Description CreateClusterSubnetGroupRequestCreateClusterSubnetGroupRequest. clone()CreateClusterSubnetGroupRequestCreateClusterSubnetGroupRequest. withClusterSubnetGroupName(String clusterSubnetGroupName)The name for the subnet group.CreateClusterSubnetGroupRequestCreateClusterSubnetGroupRequest. withDescription(String description)A description for the subnet group.CreateClusterSubnetGroupRequestCreateClusterSubnetGroupRequest. withSubnetIds(String... subnetIds)An array of VPC subnet IDs.CreateClusterSubnetGroupRequestCreateClusterSubnetGroupRequest. withSubnetIds(Collection<String> subnetIds)An array of VPC subnet IDs.CreateClusterSubnetGroupRequestCreateClusterSubnetGroupRequest. withTags(Tag... tags)A list of tag instances.CreateClusterSubnetGroupRequestCreateClusterSubnetGroupRequest. withTags(Collection<Tag> tags)A list of tag instances.
-