Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
CreateEndpointResult.getEndpoint()
The endpoint that was created.
|
Endpoint |
ModifyEndpointResult.getEndpoint()
The modified endpoint.
|
Endpoint |
DeleteEndpointResult.getEndpoint()
The endpoint that was deleted.
|
Endpoint |
Endpoint.withDatabaseName(String databaseName)
The name of the database at the 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.withEngineName(String engineName)
The database engine name.
|
Endpoint |
Endpoint.withExtraConnectionAttributes(String extraConnectionAttributes)
Additional connection attributes used to connect to the endpoint.
|
Endpoint |
Endpoint.withKmsKeyId(String kmsKeyId)
The KMS key identifier that will be used to encrypt the connection
parameters.
|
Endpoint |
Endpoint.withPort(Integer port)
The port value used to access the endpoint.
|
Endpoint |
Endpoint.withServerName(String serverName)
The name of the server at the endpoint.
|
Endpoint |
Endpoint.withStatus(String status)
The status of the 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 |
CreateEndpointResult.setEndpoint(Endpoint endpoint)
The endpoint that was created.
|
void |
ModifyEndpointResult.setEndpoint(Endpoint endpoint)
The modified endpoint.
|
void |
DeleteEndpointResult.setEndpoint(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.
|
DeleteEndpointResult |
DeleteEndpointResult.withEndpoint(Endpoint endpoint)
The endpoint that was deleted.
|
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 © 2018. All rights reserved.