Uses of Class
software.amazon.awssdk.services.redshift.model.ReservedNodeExchangeStatus
-
Packages that use ReservedNodeExchangeStatus Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of ReservedNodeExchangeStatus in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ReservedNodeExchangeStatus Modifier and Type Method Description ReservedNodeExchangeStatusCluster. reservedNodeExchangeStatus()The status of the reserved-node exchange request.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ReservedNodeExchangeStatus Modifier and Type Method Description List<ReservedNodeExchangeStatus>DescribeReservedNodeExchangeStatusResponse. reservedNodeExchangeStatusDetails()The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ReservedNodeExchangeStatus Modifier and Type Method Description Cluster.BuilderCluster.Builder. reservedNodeExchangeStatus(ReservedNodeExchangeStatus reservedNodeExchangeStatus)The status of the reserved-node exchange request.DescribeReservedNodeExchangeStatusResponse.BuilderDescribeReservedNodeExchangeStatusResponse.Builder. reservedNodeExchangeStatusDetails(ReservedNodeExchangeStatus... reservedNodeExchangeStatusDetails)The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ReservedNodeExchangeStatus Modifier and Type Method Description DescribeReservedNodeExchangeStatusResponse.BuilderDescribeReservedNodeExchangeStatusResponse.Builder. reservedNodeExchangeStatusDetails(Collection<ReservedNodeExchangeStatus> reservedNodeExchangeStatusDetails)The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details. -
Uses of ReservedNodeExchangeStatus in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type ReservedNodeExchangeStatus Modifier and Type Method Description SdkIterable<ReservedNodeExchangeStatus>DescribeReservedNodeExchangeStatusIterable. reservedNodeExchangeStatusDetails()Returns an iterable to iterate through the paginatedDescribeReservedNodeExchangeStatusResponse.reservedNodeExchangeStatusDetails()member.SdkPublisher<ReservedNodeExchangeStatus>DescribeReservedNodeExchangeStatusPublisher. reservedNodeExchangeStatusDetails()Returns a publisher that can be used to get a stream of data.
-