Uses of Class
com.amazonaws.services.databasemigrationservice.model.CreateEndpointResult
-
Packages that use CreateEndpointResult Package Description com.amazonaws.services.databasemigrationservice com.amazonaws.services.databasemigrationservice.model -
-
Uses of CreateEndpointResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return CreateEndpointResult Modifier and Type Method Description CreateEndpointResult
AbstractAWSDatabaseMigrationService. createEndpoint(CreateEndpointRequest request)
CreateEndpointResult
AWSDatabaseMigrationService. createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the provided settings.CreateEndpointResult
AWSDatabaseMigrationServiceClient. createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the provided settings.Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type CreateEndpointResult Modifier and Type Method Description Future<CreateEndpointResult>
AbstractAWSDatabaseMigrationServiceAsync. createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Future<CreateEndpointResult>
AWSDatabaseMigrationServiceAsync. createEndpointAsync(CreateEndpointRequest createEndpointRequest, AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Creates an endpoint using the provided settings.Future<CreateEndpointResult>
AWSDatabaseMigrationServiceAsyncClient. createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
-
Uses of CreateEndpointResult in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return CreateEndpointResult Modifier and Type Method Description CreateEndpointResult
CreateEndpointResult. clone()
CreateEndpointResult
CreateEndpointResult. withEndpoint(Endpoint endpoint)
The endpoint that was created.
-