Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeReservedNodeOfferingsResponse
-
Packages that use DescribeReservedNodeOfferingsResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators -
-
Uses of DescribeReservedNodeOfferingsResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeReservedNodeOfferingsResponse Modifier and Type Method Description default DescribeReservedNodeOfferingsResponseRedshiftClient. describeReservedNodeOfferings()Returns a list of the available reserved node offerings by Amazon Redshift with their descriptions including the node type, the fixed and recurring costs of reserving the node and duration the node will be reserved for you.default DescribeReservedNodeOfferingsResponseRedshiftClient. describeReservedNodeOfferings(Consumer<DescribeReservedNodeOfferingsRequest.Builder> describeReservedNodeOfferingsRequest)Returns a list of the available reserved node offerings by Amazon Redshift with their descriptions including the node type, the fixed and recurring costs of reserving the node and duration the node will be reserved for you.default DescribeReservedNodeOfferingsResponseRedshiftClient. describeReservedNodeOfferings(DescribeReservedNodeOfferingsRequest describeReservedNodeOfferingsRequest)Returns a list of the available reserved node offerings by Amazon Redshift with their descriptions including the node type, the fixed and recurring costs of reserving the node and duration the node will be reserved for you.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DescribeReservedNodeOfferingsResponse Modifier and Type Method Description default CompletableFuture<DescribeReservedNodeOfferingsResponse>RedshiftAsyncClient. describeReservedNodeOfferings()Returns a list of the available reserved node offerings by Amazon Redshift with their descriptions including the node type, the fixed and recurring costs of reserving the node and duration the node will be reserved for you.default CompletableFuture<DescribeReservedNodeOfferingsResponse>RedshiftAsyncClient. describeReservedNodeOfferings(Consumer<DescribeReservedNodeOfferingsRequest.Builder> describeReservedNodeOfferingsRequest)Returns a list of the available reserved node offerings by Amazon Redshift with their descriptions including the node type, the fixed and recurring costs of reserving the node and duration the node will be reserved for you.default CompletableFuture<DescribeReservedNodeOfferingsResponse>RedshiftAsyncClient. describeReservedNodeOfferings(DescribeReservedNodeOfferingsRequest describeReservedNodeOfferingsRequest)Returns a list of the available reserved node offerings by Amazon Redshift with their descriptions including the node type, the fixed and recurring costs of reserving the node and duration the node will be reserved for you. -
Uses of DescribeReservedNodeOfferingsResponse in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type DescribeReservedNodeOfferingsResponse Modifier and Type Method Description Iterator<DescribeReservedNodeOfferingsResponse>DescribeReservedNodeOfferingsIterable. iterator()Method parameters in software.amazon.awssdk.services.redshift.paginators with type arguments of type DescribeReservedNodeOfferingsResponse Modifier and Type Method Description voidDescribeReservedNodeOfferingsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeReservedNodeOfferingsResponse> subscriber)
-