Uses of Class
software.amazon.awssdk.services.glue.model.UpdateDevEndpointResponse
-
Packages that use UpdateDevEndpointResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of UpdateDevEndpointResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return UpdateDevEndpointResponse Modifier and Type Method Description default UpdateDevEndpointResponseGlueClient. updateDevEndpoint(Consumer<UpdateDevEndpointRequest.Builder> updateDevEndpointRequest)Updates a specified development endpoint.default UpdateDevEndpointResponseGlueClient. updateDevEndpoint(UpdateDevEndpointRequest updateDevEndpointRequest)Updates a specified development endpoint.Methods in software.amazon.awssdk.services.glue that return types with arguments of type UpdateDevEndpointResponse Modifier and Type Method Description default CompletableFuture<UpdateDevEndpointResponse>GlueAsyncClient. updateDevEndpoint(Consumer<UpdateDevEndpointRequest.Builder> updateDevEndpointRequest)Updates a specified development endpoint.default CompletableFuture<UpdateDevEndpointResponse>GlueAsyncClient. updateDevEndpoint(UpdateDevEndpointRequest updateDevEndpointRequest)Updates a specified development endpoint.
-