Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeNodeConfigurationOptionsResponse
-
Packages that use DescribeNodeConfigurationOptionsResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators -
-
Uses of DescribeNodeConfigurationOptionsResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeNodeConfigurationOptionsResponse Modifier and Type Method Description default DescribeNodeConfigurationOptionsResponseRedshiftClient. describeNodeConfigurationOptions(Consumer<DescribeNodeConfigurationOptionsRequest.Builder> describeNodeConfigurationOptionsRequest)Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the specified action type.default DescribeNodeConfigurationOptionsResponseRedshiftClient. describeNodeConfigurationOptions(DescribeNodeConfigurationOptionsRequest describeNodeConfigurationOptionsRequest)Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the specified action type.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DescribeNodeConfigurationOptionsResponse Modifier and Type Method Description default CompletableFuture<DescribeNodeConfigurationOptionsResponse>RedshiftAsyncClient. describeNodeConfigurationOptions(Consumer<DescribeNodeConfigurationOptionsRequest.Builder> describeNodeConfigurationOptionsRequest)Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the specified action type.default CompletableFuture<DescribeNodeConfigurationOptionsResponse>RedshiftAsyncClient. describeNodeConfigurationOptions(DescribeNodeConfigurationOptionsRequest describeNodeConfigurationOptionsRequest)Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the specified action type. -
Uses of DescribeNodeConfigurationOptionsResponse in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type DescribeNodeConfigurationOptionsResponse Modifier and Type Method Description Iterator<DescribeNodeConfigurationOptionsResponse>DescribeNodeConfigurationOptionsIterable. iterator()Method parameters in software.amazon.awssdk.services.redshift.paginators with type arguments of type DescribeNodeConfigurationOptionsResponse Modifier and Type Method Description voidDescribeNodeConfigurationOptionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeNodeConfigurationOptionsResponse> subscriber)
-