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