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