Uses of Class
com.amazonaws.services.databasemigrationservice.model.CreateEndpointResult
Packages that use CreateEndpointResult
Package
Description
-
Uses of CreateEndpointResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return CreateEndpointResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationService.createEndpoint(CreateEndpointRequest request) AWSDatabaseMigrationService.createEndpoint(CreateEndpointRequest createEndpointRequest) Creates an endpoint using the provided settings.AWSDatabaseMigrationServiceClient.createEndpoint(CreateEndpointRequest createEndpointRequest) Creates an endpoint using the provided settings.Methods in com.amazonaws.services.databasemigrationservice that return types with arguments of type CreateEndpointResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest request) AbstractAWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest, CreateEndpointResult> asyncHandler) AWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest) Creates an endpoint using the provided settings.AWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest, AsyncHandler<CreateEndpointRequest, CreateEndpointResult> asyncHandler) Creates an endpoint using the provided settings.AWSDatabaseMigrationServiceAsyncClient.createEndpointAsync(CreateEndpointRequest request) AWSDatabaseMigrationServiceAsyncClient.createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest, CreateEndpointResult> asyncHandler) Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type CreateEndpointResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest, CreateEndpointResult> asyncHandler) AWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest, AsyncHandler<CreateEndpointRequest, CreateEndpointResult> asyncHandler) Creates an endpoint using the provided settings.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 CreateEndpointResultModifier and TypeMethodDescriptionCreateEndpointResult.clone()CreateEndpointResult.withEndpoint(Endpoint endpoint) The endpoint that was created.