| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
DeleteEndpointResult.getEndpoint()
The endpoint that was deleted.
|
Endpoint |
CreateEndpointResult.getEndpoint()
The endpoint that was created.
|
Endpoint |
ModifyEndpointResult.getEndpoint()
The modified endpoint.
|
Endpoint |
Endpoint.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
|
Endpoint |
Endpoint.withDatabaseName(String databaseName)
The name of the database at the endpoint.
|
Endpoint |
Endpoint.withDmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
|
Endpoint |
Endpoint.withDocDbSettings(DocDbSettings docDbSettings) |
Endpoint |
Endpoint.withDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
The settings for the DynamoDB target endpoint.
|
Endpoint |
Endpoint.withElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
The settings for the Elasticsearch source endpoint.
|
Endpoint |
Endpoint.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
Endpoint |
Endpoint.withEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
Endpoint |
Endpoint.withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
Endpoint |
Endpoint.withEndpointType(String endpointType)
The type of endpoint.
|
Endpoint |
Endpoint.withEngineDisplayName(String engineDisplayName)
The expanded name for the engine name.
|
Endpoint |
Endpoint.withEngineName(String engineName)
The database engine name.
|
Endpoint |
Endpoint.withExternalId(String externalId)
Value returned by a call to CreateEndpoint that can be used for cross-account validation.
|
Endpoint |
Endpoint.withExternalTableDefinition(String externalTableDefinition)
The external table definition.
|
Endpoint |
Endpoint.withExtraConnectionAttributes(String extraConnectionAttributes)
Additional connection attributes used to connect to the endpoint.
|
Endpoint |
Endpoint.withIBMDb2Settings(IBMDb2Settings iBMDb2Settings)
The settings for the IBM Db2 LUW source endpoint.
|
Endpoint |
Endpoint.withKafkaSettings(KafkaSettings kafkaSettings)
The settings for the Apache Kafka target endpoint.
|
Endpoint |
Endpoint.withKinesisSettings(KinesisSettings kinesisSettings)
The settings for the Amazon Kinesis target endpoint.
|
Endpoint |
Endpoint.withKmsKeyId(String kmsKeyId)
An KMS key identifier that is used to encrypt the connection parameters for the endpoint.
|
Endpoint |
Endpoint.withMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
The settings for the Microsoft SQL Server source and target endpoint.
|
Endpoint |
Endpoint.withMongoDbSettings(MongoDbSettings mongoDbSettings)
The settings for the MongoDB source endpoint.
|
Endpoint |
Endpoint.withMySQLSettings(MySQLSettings mySQLSettings)
The settings for the MySQL source and target endpoint.
|
Endpoint |
Endpoint.withNeptuneSettings(NeptuneSettings neptuneSettings)
The settings for the Amazon Neptune target endpoint.
|
Endpoint |
Endpoint.withOracleSettings(OracleSettings oracleSettings)
The settings for the Oracle source and target endpoint.
|
Endpoint |
Endpoint.withPort(Integer port)
The port value used to access the endpoint.
|
Endpoint |
Endpoint.withPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
The settings for the PostgreSQL source and target endpoint.
|
Endpoint |
Endpoint.withRedshiftSettings(RedshiftSettings redshiftSettings)
Settings for the Amazon Redshift endpoint.
|
Endpoint |
Endpoint.withS3Settings(S3Settings s3Settings)
The settings for the S3 target endpoint.
|
Endpoint |
Endpoint.withServerName(String serverName)
The name of the server at the endpoint.
|
Endpoint |
Endpoint.withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service to access the IAM role.
|
Endpoint |
Endpoint.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
Endpoint |
Endpoint.withSslMode(String sslMode)
The SSL mode used to connect to the endpoint.
|
Endpoint |
Endpoint.withStatus(String status)
The status of the endpoint.
|
Endpoint |
Endpoint.withSybaseSettings(SybaseSettings sybaseSettings)
The settings for the SAP ASE source and target endpoint.
|
Endpoint |
Endpoint.withUsername(String username)
The user name used to connect to the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
DescribeEndpointsResult.getEndpoints()
Endpoint description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteEndpointResult.setEndpoint(Endpoint endpoint)
The endpoint that was deleted.
|
void |
CreateEndpointResult.setEndpoint(Endpoint endpoint)
The endpoint that was created.
|
void |
ModifyEndpointResult.setEndpoint(Endpoint endpoint)
The modified endpoint.
|
DeleteEndpointResult |
DeleteEndpointResult.withEndpoint(Endpoint endpoint)
The endpoint that was deleted.
|
CreateEndpointResult |
CreateEndpointResult.withEndpoint(Endpoint endpoint)
The endpoint that was created.
|
ModifyEndpointResult |
ModifyEndpointResult.withEndpoint(Endpoint endpoint)
The modified endpoint.
|
DescribeEndpointsResult |
DescribeEndpointsResult.withEndpoints(Endpoint... endpoints)
Endpoint description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEndpointsResult.setEndpoints(Collection<Endpoint> endpoints)
Endpoint description.
|
DescribeEndpointsResult |
DescribeEndpointsResult.withEndpoints(Collection<Endpoint> endpoints)
Endpoint description.
|
Copyright © 2021. All rights reserved.