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 CreateEndpointResultAbstractAWSDatabaseMigrationService. createEndpoint(CreateEndpointRequest request)CreateEndpointResultAWSDatabaseMigrationService. createEndpoint(CreateEndpointRequest createEndpointRequest)Creates an endpoint using the provided settings.CreateEndpointResultAWSDatabaseMigrationServiceClient. 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 CreateEndpointResultCreateEndpointResult. clone()CreateEndpointResultCreateEndpointResult. withEndpoint(Endpoint endpoint)The endpoint that was created.
-