| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
ModifyIntegrationResult |
AbstractAmazonRDS.modifyIntegration(ModifyIntegrationRequest request) |
ModifyIntegrationResult |
AmazonRDSClient.modifyIntegration(ModifyIntegrationRequest request)
Modifies a zero-ETL integration with Amazon Redshift.
|
ModifyIntegrationResult |
AmazonRDS.modifyIntegration(ModifyIntegrationRequest modifyIntegrationRequest)
Modifies a zero-ETL integration with Amazon Redshift.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ModifyIntegrationResult> |
AmazonRDSAsyncClient.modifyIntegrationAsync(ModifyIntegrationRequest request,
AsyncHandler<ModifyIntegrationRequest,ModifyIntegrationResult> asyncHandler) |
Future<ModifyIntegrationResult> |
AbstractAmazonRDSAsync.modifyIntegrationAsync(ModifyIntegrationRequest request,
AsyncHandler<ModifyIntegrationRequest,ModifyIntegrationResult> asyncHandler) |
Future<ModifyIntegrationResult> |
AmazonRDSAsync.modifyIntegrationAsync(ModifyIntegrationRequest modifyIntegrationRequest,
AsyncHandler<ModifyIntegrationRequest,ModifyIntegrationResult> asyncHandler)
Modifies a zero-ETL integration with Amazon Redshift.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyIntegrationResult |
ModifyIntegrationResult.addAdditionalEncryptionContextEntry(String key,
String value)
Add a single AdditionalEncryptionContext entry
|
ModifyIntegrationResult |
ModifyIntegrationResult.clearAdditionalEncryptionContextEntries()
Removes all the entries added into AdditionalEncryptionContext.
|
ModifyIntegrationResult |
ModifyIntegrationResult.clone() |
ModifyIntegrationResult |
ModifyIntegrationResult.withAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The encryption context for the integration.
|
ModifyIntegrationResult |
ModifyIntegrationResult.withCreateTime(Date createTime)
The time when the integration was created, in Universal Coordinated Time (UTC).
|
ModifyIntegrationResult |
ModifyIntegrationResult.withDataFilter(String dataFilter)
Data filters for the integration.
|
ModifyIntegrationResult |
ModifyIntegrationResult.withDescription(String description)
A description of the integration.
|
ModifyIntegrationResult |
ModifyIntegrationResult.withErrors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
ModifyIntegrationResult |
ModifyIntegrationResult.withErrors(IntegrationError... errors)
Any errors associated with the integration.
|
ModifyIntegrationResult |
ModifyIntegrationResult.withIntegrationArn(String integrationArn)
The ARN of the integration.
|
ModifyIntegrationResult |
ModifyIntegrationResult.withIntegrationName(String integrationName)
The name of the integration.
|
ModifyIntegrationResult |
ModifyIntegrationResult.withKMSKeyId(String kMSKeyId)
The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to
encrypt the integration.
|
ModifyIntegrationResult |
ModifyIntegrationResult.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the database used as the source for replication.
|
ModifyIntegrationResult |
ModifyIntegrationResult.withStatus(IntegrationStatus status)
The current status of the integration.
|
ModifyIntegrationResult |
ModifyIntegrationResult.withStatus(String status)
The current status of the integration.
|
ModifyIntegrationResult |
ModifyIntegrationResult.withTags(Collection<Tag> tags) |
ModifyIntegrationResult |
ModifyIntegrationResult.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
ModifyIntegrationResult |
ModifyIntegrationResult.withTargetArn(String targetArn)
The ARN of the Redshift data warehouse used as the target for replication.
|
Copyright © 2024. All rights reserved.