| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomDBEngineVersionResult |
AbstractAmazonRDS.deleteCustomDBEngineVersion(DeleteCustomDBEngineVersionRequest request) |
DeleteCustomDBEngineVersionResult |
AmazonRDSClient.deleteCustomDBEngineVersion(DeleteCustomDBEngineVersionRequest request)
Deletes a custom engine version.
|
DeleteCustomDBEngineVersionResult |
AmazonRDS.deleteCustomDBEngineVersion(DeleteCustomDBEngineVersionRequest deleteCustomDBEngineVersionRequest)
Deletes a custom engine version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteCustomDBEngineVersionResult> |
AbstractAmazonRDSAsync.deleteCustomDBEngineVersionAsync(DeleteCustomDBEngineVersionRequest request,
AsyncHandler<DeleteCustomDBEngineVersionRequest,DeleteCustomDBEngineVersionResult> asyncHandler) |
Future<DeleteCustomDBEngineVersionResult> |
AmazonRDSAsync.deleteCustomDBEngineVersionAsync(DeleteCustomDBEngineVersionRequest deleteCustomDBEngineVersionRequest,
AsyncHandler<DeleteCustomDBEngineVersionRequest,DeleteCustomDBEngineVersionResult> asyncHandler)
Deletes a custom engine version.
|
Future<DeleteCustomDBEngineVersionResult> |
AmazonRDSAsyncClient.deleteCustomDBEngineVersionAsync(DeleteCustomDBEngineVersionRequest request,
AsyncHandler<DeleteCustomDBEngineVersionRequest,DeleteCustomDBEngineVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.clone() |
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withCreateTime(Date createTime)
The creation time of the DB engine version.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withCustomDBEngineVersionManifest(String customDBEngineVersionManifest)
JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine
version (CEV).
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withDatabaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName)
The name of the Amazon S3 bucket that contains your database installation files.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withDatabaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix)
The Amazon S3 directory that contains the database installation files.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withDBEngineDescription(String dBEngineDescription)
The description of the database engine.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withDBEngineMediaType(String dBEngineMediaType)
A value that indicates the source media provider of the AMI based on the usage operation.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withDBEngineVersionArn(String dBEngineVersionArn)
The ARN of the custom engine version.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withDBEngineVersionDescription(String dBEngineVersionDescription)
The description of the database engine version.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB parameter group family for the database engine.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withDefaultCharacterSet(CharacterSet defaultCharacterSet)
The default character set for new instances of this engine version, if the
CharacterSetName
parameter of the CreateDBInstance API isn't specified. |
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withEngine(String engine)
The name of the database engine.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withEngineVersion(String engineVersion)
The version number of the database engine.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withExportableLogTypes(Collection<String> exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withExportableLogTypes(String... exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withImage(CustomDBEngineVersionAMI image)
The EC2 image
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withKMSKeyId(String kMSKeyId)
The Amazon Web Services KMS key identifier for an encrypted CEV.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withMajorEngineVersion(String majorEngineVersion)
The major engine version of the CEV.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withStatus(String status)
The status of the DB engine version, either
available or deprecated. |
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportedCACertificateIdentifiers(Collection<String> supportedCACertificateIdentifiers)
A list of the supported CA certificate identifiers.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportedCACertificateIdentifiers(String... supportedCACertificateIdentifiers)
A list of the supported CA certificate identifiers.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportedCharacterSets(CharacterSet... supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the
CreateDBInstance operation. |
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the
CreateDBInstance operation. |
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportedEngineModes(Collection<String> supportedEngineModes)
A list of the supported DB engine modes.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportedEngineModes(String... supportedEngineModes)
A list of the supported DB engine modes.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportedFeatureNames(Collection<String> supportedFeatureNames)
A list of features supported by the DB engine.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportedFeatureNames(String... supportedFeatureNames)
A list of features supported by the DB engine.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets)
A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName
parameter of the CreateDBInstance operation. |
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets)
A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName
parameter of the CreateDBInstance operation. |
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportedTimezones(Collection<Timezone> supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportedTimezones(Timezone... supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportsBabelfish(Boolean supportsBabelfish)
A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportsCertificateRotationWithoutRestart(Boolean supportsCertificateRotationWithoutRestart)
A value that indicates whether the engine version supports rotating the server certificate without rebooting the
DB instance.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportsGlobalDatabases(Boolean supportsGlobalDatabases)
A value that indicates whether you can use Aurora global databases with a specific DB engine version.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportsLocalWriteForwarding(Boolean supportsLocalWriteForwarding)
A value that indicates whether the DB engine version supports forwarding write operations from reader DB
instances to the writer DB instance in the DB cluster.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs)
A value that indicates whether the engine version supports exporting the log types specified by
ExportableLogTypes to CloudWatch Logs.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportsParallelQuery(Boolean supportsParallelQuery)
A value that indicates whether you can use Aurora parallel query with a specific DB engine version.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withSupportsReadReplica(Boolean supportsReadReplica)
Indicates whether the database engine version supports read replicas.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withTagList(Collection<Tag> tagList) |
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withValidUpgradeTarget(UpgradeTarget... validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
Copyright © 2023. All rights reserved.