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