| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice |
|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ModifyEndpointResult> |
AbstractAWSDatabaseMigrationServiceAsync.modifyEndpointAsync(ModifyEndpointRequest request,
AsyncHandler<ModifyEndpointRequest,ModifyEndpointResult> asyncHandler) |
Future<ModifyEndpointResult> |
AWSDatabaseMigrationServiceAsync.modifyEndpointAsync(ModifyEndpointRequest modifyEndpointRequest,
AsyncHandler<ModifyEndpointRequest,ModifyEndpointResult> asyncHandler)
Modifies the specified endpoint.
|
Future<ModifyEndpointResult> |
AWSDatabaseMigrationServiceAsyncClient.modifyEndpointAsync(ModifyEndpointRequest request,
AsyncHandler<ModifyEndpointRequest,ModifyEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModifyEndpointRequest |
ModifyEndpointRequest.clone() |
ModifyEndpointRequest |
ModifyEndpointRequest.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withDatabaseName(String databaseName)
The name of the endpoint database.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withDmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withDocDbSettings(DocDbSettings docDbSettings)
Settings in JSON format for the source DocumentDB endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target OpenSearch endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointType(String endpointType)
The type of endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEngineName(String engineName)
The database engine name.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withExactSettings(Boolean exactSettings)
If this attribute is Y, the current call to
ModifyEndpoint replaces all existing endpoint settings
with the exact settings that you specify in this call. |
ModifyEndpointRequest |
ModifyEndpointRequest.withExternalTableDefinition(String externalTableDefinition)
The external table definition.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withGcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)
Settings in JSON format for the source GCP MySQL endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withIBMDb2Settings(IBMDb2Settings iBMDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withNeptuneSettings(NeptuneSettings neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withPassword(String password)
The password to be used to login to the endpoint database.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withPort(Integer port)
The port used by the endpoint database.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withRedisSettings(RedisSettings redisSettings)
Settings in JSON format for the Redis target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withRedshiftSettings(RedshiftSettings redshiftSettings) |
ModifyEndpointRequest |
ModifyEndpointRequest.withS3Settings(S3Settings s3Settings)
Settings in JSON format for the target Amazon S3 endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withServerName(String serverName)
The name of the server where the endpoint database resides.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withSslMode(String sslMode)
The SSL mode used to connect to the endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withSybaseSettings(SybaseSettings sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withTimestreamSettings(TimestreamSettings timestreamSettings)
Settings in JSON format for the target Amazon Timestream endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withUsername(String username)
The user name to be used to login to the endpoint database.
|
Copyright © 2023. All rights reserved.