Uses of Class
software.amazon.awssdk.services.databasemigration.model.CreateEndpointResponse
-
Packages that use CreateEndpointResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of CreateEndpointResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return CreateEndpointResponse Modifier and Type Method Description default CreateEndpointResponseDatabaseMigrationClient. createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)Creates an endpoint using the provided settings.default CreateEndpointResponseDatabaseMigrationClient. createEndpoint(CreateEndpointRequest createEndpointRequest)Creates an endpoint using the provided settings.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type CreateEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateEndpointResponse>DatabaseMigrationAsyncClient. createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)Creates an endpoint using the provided settings.default CompletableFuture<CreateEndpointResponse>DatabaseMigrationAsyncClient. createEndpoint(CreateEndpointRequest createEndpointRequest)Creates an endpoint using the provided settings.
-