| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.paginators | |
| software.amazon.awssdk.services.redshift.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default DescribeReservedNodeOfferingsIterable |
RedshiftClient.describeReservedNodeOfferingsPaginator(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.
|
default DescribeReservedNodeOfferingsPublisher |
RedshiftAsyncClient.describeReservedNodeOfferingsPaginator(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.
|
| Constructor and Description |
|---|
DescribeReservedNodeOfferingsIterable(RedshiftClient client,
DescribeReservedNodeOfferingsRequest firstRequest) |
DescribeReservedNodeOfferingsPublisher(RedshiftAsyncClient client,
DescribeReservedNodeOfferingsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeReservedNodeOfferingsRequestMarshaller.marshall(DescribeReservedNodeOfferingsRequest describeReservedNodeOfferingsRequest) |
Copyright © 2023. All rights reserved.