Uses of Class
com.amazonaws.services.databasemigrationservice.model.Endpoint
-
Packages that use Endpoint Package Description com.amazonaws.services.databasemigrationservice.model -
-
Uses of Endpoint in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return Endpoint Modifier and Type Method Description Endpoint
Endpoint. clone()
Endpoint
CreateEndpointResult. getEndpoint()
The endpoint that was created.Endpoint
DeleteEndpointResult. getEndpoint()
The endpoint that was deleted.Endpoint
ModifyEndpointResult. getEndpoint()
The modified endpoint.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.Methods in com.amazonaws.services.databasemigrationservice.model that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>
DescribeEndpointsResult. getEndpoints()
Endpoint description.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type Endpoint Modifier and Type Method Description void
CreateEndpointResult. setEndpoint(Endpoint endpoint)
The endpoint that was created.void
DeleteEndpointResult. setEndpoint(Endpoint endpoint)
The endpoint that was deleted.void
ModifyEndpointResult. setEndpoint(Endpoint endpoint)
The modified endpoint.CreateEndpointResult
CreateEndpointResult. withEndpoint(Endpoint endpoint)
The endpoint that was created.DeleteEndpointResult
DeleteEndpointResult. withEndpoint(Endpoint endpoint)
The endpoint that was deleted.ModifyEndpointResult
ModifyEndpointResult. withEndpoint(Endpoint endpoint)
The modified endpoint.DescribeEndpointsResult
DescribeEndpointsResult. withEndpoints(Endpoint... endpoints)
Endpoint description.Method parameters in com.amazonaws.services.databasemigrationservice.model with type arguments of type Endpoint Modifier and Type Method Description void
DescribeEndpointsResult. setEndpoints(Collection<Endpoint> endpoints)
Endpoint description.DescribeEndpointsResult
DescribeEndpointsResult. withEndpoints(Collection<Endpoint> endpoints)
Endpoint description.
-