Uses of Class
com.amazonaws.services.databasemigrationservice.model.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return EndpointModifier and TypeMethodDescriptionEndpoint.clone()
CreateEndpointResult.getEndpoint()
The endpoint that was created.DeleteEndpointResult.getEndpoint()
The endpoint that was deleted.ModifyEndpointResult.getEndpoint()
The modified endpoint.Endpoint.withDatabaseName
(String databaseName) The name of the database at the endpoint.Endpoint.withEndpointArn
(String endpointArn) The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.Endpoint.withEndpointIdentifier
(String endpointIdentifier) The database endpoint identifier.Endpoint.withEndpointType
(ReplicationEndpointTypeValue endpointType) The type of endpoint.Endpoint.withEndpointType
(String endpointType) The type of endpoint.Endpoint.withEngineName
(String engineName) The database engine name.Endpoint.withExtraConnectionAttributes
(String extraConnectionAttributes) Additional connection attributes used to connect to the endpoint.Endpoint.withKmsKeyId
(String kmsKeyId) The KMS key identifier that will be used to encrypt the connection parameters.The port value used to access the endpoint.Endpoint.withServerName
(String serverName) The name of the server at the endpoint.Endpoint.withStatus
(String status) The status of the 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 EndpointMethods in com.amazonaws.services.databasemigrationservice.model with parameters of type EndpointModifier and TypeMethodDescriptionvoid
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.withEndpoint
(Endpoint endpoint) The endpoint that was created.DeleteEndpointResult.withEndpoint
(Endpoint endpoint) The endpoint that was deleted.ModifyEndpointResult.withEndpoint
(Endpoint endpoint) The modified endpoint.DescribeEndpointsResult.withEndpoints
(Endpoint... endpoints) Endpoint description.Method parameters in com.amazonaws.services.databasemigrationservice.model with type arguments of type EndpointModifier and TypeMethodDescriptionvoid
DescribeEndpointsResult.setEndpoints
(Collection<Endpoint> endpoints) Endpoint description.DescribeEndpointsResult.withEndpoints
(Collection<Endpoint> endpoints) Endpoint description.