Uses of Class
software.amazon.awssdk.services.redshift.model.FailoverPrimaryComputeResponse
-
Packages that use FailoverPrimaryComputeResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of FailoverPrimaryComputeResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return FailoverPrimaryComputeResponse Modifier and Type Method Description default FailoverPrimaryComputeResponseRedshiftClient. failoverPrimaryCompute(Consumer<FailoverPrimaryComputeRequest.Builder> failoverPrimaryComputeRequest)Fails over the primary compute unit of the specified Multi-AZ cluster to another Availability Zone.default FailoverPrimaryComputeResponseRedshiftClient. failoverPrimaryCompute(FailoverPrimaryComputeRequest failoverPrimaryComputeRequest)Fails over the primary compute unit of the specified Multi-AZ cluster to another Availability Zone.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type FailoverPrimaryComputeResponse Modifier and Type Method Description default CompletableFuture<FailoverPrimaryComputeResponse>RedshiftAsyncClient. failoverPrimaryCompute(Consumer<FailoverPrimaryComputeRequest.Builder> failoverPrimaryComputeRequest)Fails over the primary compute unit of the specified Multi-AZ cluster to another Availability Zone.default CompletableFuture<FailoverPrimaryComputeResponse>RedshiftAsyncClient. failoverPrimaryCompute(FailoverPrimaryComputeRequest failoverPrimaryComputeRequest)Fails over the primary compute unit of the specified Multi-AZ cluster to another Availability Zone.
-