Uses of Class
software.amazon.awssdk.services.redshift.model.AcceptReservedNodeExchangeResponse
-
Packages that use AcceptReservedNodeExchangeResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of AcceptReservedNodeExchangeResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return AcceptReservedNodeExchangeResponse Modifier and Type Method Description default AcceptReservedNodeExchangeResponseRedshiftClient. acceptReservedNodeExchange(Consumer<AcceptReservedNodeExchangeRequest.Builder> acceptReservedNodeExchangeRequest)Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the configuration (term, payment type, or number of nodes) and no additional costs.default AcceptReservedNodeExchangeResponseRedshiftClient. acceptReservedNodeExchange(AcceptReservedNodeExchangeRequest acceptReservedNodeExchangeRequest)Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the configuration (term, payment type, or number of nodes) and no additional costs.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type AcceptReservedNodeExchangeResponse Modifier and Type Method Description default CompletableFuture<AcceptReservedNodeExchangeResponse>RedshiftAsyncClient. acceptReservedNodeExchange(Consumer<AcceptReservedNodeExchangeRequest.Builder> acceptReservedNodeExchangeRequest)Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the configuration (term, payment type, or number of nodes) and no additional costs.default CompletableFuture<AcceptReservedNodeExchangeResponse>RedshiftAsyncClient. acceptReservedNodeExchange(AcceptReservedNodeExchangeRequest acceptReservedNodeExchangeRequest)Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the configuration (term, payment type, or number of nodes) and no additional costs.
-