Uses of Class
software.amazon.awssdk.services.glue.model.DeleteConnectionTypeResponse
-
Packages that use DeleteConnectionTypeResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of DeleteConnectionTypeResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return DeleteConnectionTypeResponse Modifier and Type Method Description default DeleteConnectionTypeResponseGlueClient. deleteConnectionType(Consumer<DeleteConnectionTypeRequest.Builder> deleteConnectionTypeRequest)Deletes a custom connection type in Glue.default DeleteConnectionTypeResponseGlueClient. deleteConnectionType(DeleteConnectionTypeRequest deleteConnectionTypeRequest)Deletes a custom connection type in Glue.Methods in software.amazon.awssdk.services.glue that return types with arguments of type DeleteConnectionTypeResponse Modifier and Type Method Description default CompletableFuture<DeleteConnectionTypeResponse>GlueAsyncClient. deleteConnectionType(Consumer<DeleteConnectionTypeRequest.Builder> deleteConnectionTypeRequest)Deletes a custom connection type in Glue.default CompletableFuture<DeleteConnectionTypeResponse>GlueAsyncClient. deleteConnectionType(DeleteConnectionTypeRequest deleteConnectionTypeRequest)Deletes a custom connection type in Glue.
-