Uses of Class
software.amazon.awssdk.services.databasemigration.model.DeleteEndpointRequest
-
Packages that use DeleteEndpointRequest Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.transform -
-
Uses of DeleteEndpointRequest in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration with parameters of type DeleteEndpointRequest Modifier and Type Method Description default CompletableFuture<DeleteEndpointResponse>DatabaseMigrationAsyncClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes the specified endpoint.default DeleteEndpointResponseDatabaseMigrationClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes the specified endpoint. -
Uses of DeleteEndpointRequest in software.amazon.awssdk.services.databasemigration.transform
Methods in software.amazon.awssdk.services.databasemigration.transform with parameters of type DeleteEndpointRequest Modifier and Type Method Description SdkHttpFullRequestDeleteEndpointRequestMarshaller. marshall(DeleteEndpointRequest deleteEndpointRequest)
-