Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Cluster |
AbstractAmazonRedshift.failoverPrimaryCompute(FailoverPrimaryComputeRequest request) |
Cluster |
AmazonRedshiftClient.failoverPrimaryCompute(FailoverPrimaryComputeRequest request)
Fails over the primary compute unit of the specified Multi-AZ cluster to another Availability Zone.
|
Cluster |
AmazonRedshift.failoverPrimaryCompute(FailoverPrimaryComputeRequest failoverPrimaryComputeRequest)
Fails over the primary compute unit of the specified Multi-AZ cluster to another Availability Zone.
|
Future<Cluster> |
AbstractAmazonRedshiftAsync.failoverPrimaryComputeAsync(FailoverPrimaryComputeRequest request) |
Future<Cluster> |
AmazonRedshiftAsync.failoverPrimaryComputeAsync(FailoverPrimaryComputeRequest failoverPrimaryComputeRequest)
Fails over the primary compute unit of the specified Multi-AZ cluster to another Availability Zone.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.failoverPrimaryComputeAsync(FailoverPrimaryComputeRequest request) |
Future<Cluster> |
AbstractAmazonRedshiftAsync.failoverPrimaryComputeAsync(FailoverPrimaryComputeRequest request,
AsyncHandler<FailoverPrimaryComputeRequest,Cluster> asyncHandler) |
Future<Cluster> |
AmazonRedshiftAsync.failoverPrimaryComputeAsync(FailoverPrimaryComputeRequest failoverPrimaryComputeRequest,
AsyncHandler<FailoverPrimaryComputeRequest,Cluster> asyncHandler)
Fails over the primary compute unit of the specified Multi-AZ cluster to another Availability Zone.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.failoverPrimaryComputeAsync(FailoverPrimaryComputeRequest request,
AsyncHandler<FailoverPrimaryComputeRequest,Cluster> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<Cluster> |
AbstractAmazonRedshiftAsync.failoverPrimaryComputeAsync(FailoverPrimaryComputeRequest request,
AsyncHandler<FailoverPrimaryComputeRequest,Cluster> asyncHandler) |
Future<Cluster> |
AmazonRedshiftAsync.failoverPrimaryComputeAsync(FailoverPrimaryComputeRequest failoverPrimaryComputeRequest,
AsyncHandler<FailoverPrimaryComputeRequest,Cluster> asyncHandler)
Fails over the primary compute unit of the specified Multi-AZ cluster to another Availability Zone.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.failoverPrimaryComputeAsync(FailoverPrimaryComputeRequest request,
AsyncHandler<FailoverPrimaryComputeRequest,Cluster> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
FailoverPrimaryComputeRequest |
FailoverPrimaryComputeRequest.clone() |
FailoverPrimaryComputeRequest |
FailoverPrimaryComputeRequest.withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster for which the primary compute unit will be failed over to another
Availability Zone.
|
Copyright © 2024. All rights reserved.