| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.clone() |
AwsDmsEndpointDetails |
ResourceDetails.getAwsDmsEndpoint()
Provides details about an Database Migration Service (DMS) endpoint.
|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the SSL certificate that encrypts connections between the DMS endpoint and the
replication instance.
|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withDatabaseName(String databaseName)
The name of the endpoint database.
|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withEndpointType(String endpointType)
The type of endpoint.
|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withEngineName(String engineName)
The type of engine for the endpoint, depending on the
EndpointType value. |
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withExternalId(String externalId)
A value that can be used for cross-account validation.
|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withKmsKeyId(String kmsKeyId)
An DMS key identifier that is used to encrypt the connection parameters for the endpoint.
|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withPort(Integer port)
The port used to access the endpoint.
|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withServerName(String serverName)
The name of the server where the endpoint database resides.
|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withSslMode(String sslMode)
The SSL mode used to connect to the endpoint.
|
AwsDmsEndpointDetails |
AwsDmsEndpointDetails.withUsername(String username)
The user name to be used to log in to the endpoint database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsDmsEndpoint(AwsDmsEndpointDetails awsDmsEndpoint)
Provides details about an Database Migration Service (DMS) endpoint.
|
ResourceDetails |
ResourceDetails.withAwsDmsEndpoint(AwsDmsEndpointDetails awsDmsEndpoint)
Provides details about an Database Migration Service (DMS) endpoint.
|
Copyright © 2024. All rights reserved.