| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeReservedNodeOfferingsResponse |
RedshiftClient.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 DescribeReservedNodeOfferingsResponse |
RedshiftClient.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 DescribeReservedNodeOfferingsResponse |
RedshiftClient.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeReservedNodeOfferingsResponse> |
DescribeReservedNodeOfferingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeReservedNodeOfferingsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeReservedNodeOfferingsResponse> subscriber) |
Copyright © 2021. All rights reserved.