Uses of Class
software.amazon.awssdk.services.glue.model.GetDevEndpointResponse
-
Packages that use GetDevEndpointResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetDevEndpointResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetDevEndpointResponse Modifier and Type Method Description default GetDevEndpointResponseGlueClient. getDevEndpoint(Consumer<GetDevEndpointRequest.Builder> getDevEndpointRequest)Retrieves information about a specified development endpoint.default GetDevEndpointResponseGlueClient. getDevEndpoint(GetDevEndpointRequest getDevEndpointRequest)Retrieves information about a specified development endpoint.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetDevEndpointResponse Modifier and Type Method Description default CompletableFuture<GetDevEndpointResponse>GlueAsyncClient. getDevEndpoint(Consumer<GetDevEndpointRequest.Builder> getDevEndpointRequest)Retrieves information about a specified development endpoint.default CompletableFuture<GetDevEndpointResponse>GlueAsyncClient. getDevEndpoint(GetDevEndpointRequest getDevEndpointRequest)Retrieves information about a specified development endpoint.
-