Uses of Class
software.amazon.awssdk.services.redshift.model.FailoverPrimaryComputeRequest
-
Packages that use FailoverPrimaryComputeRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of FailoverPrimaryComputeRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type FailoverPrimaryComputeRequest Modifier and Type Method Description default CompletableFuture<FailoverPrimaryComputeResponse>RedshiftAsyncClient. failoverPrimaryCompute(FailoverPrimaryComputeRequest 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. -
Uses of FailoverPrimaryComputeRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type FailoverPrimaryComputeRequest Modifier and Type Method Description SdkHttpFullRequestFailoverPrimaryComputeRequestMarshaller. marshall(FailoverPrimaryComputeRequest failoverPrimaryComputeRequest)
-