Uses of Class
software.amazon.awssdk.services.glue.model.CreateDevEndpointRequest
-
Packages that use CreateDevEndpointRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of CreateDevEndpointRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type CreateDevEndpointRequest Modifier and Type Method Description default CompletableFuture<CreateDevEndpointResponse>GlueAsyncClient. createDevEndpoint(CreateDevEndpointRequest createDevEndpointRequest)Creates a new development endpoint.default CreateDevEndpointResponseGlueClient. createDevEndpoint(CreateDevEndpointRequest createDevEndpointRequest)Creates a new development endpoint. -
Uses of CreateDevEndpointRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type CreateDevEndpointRequest Modifier and Type Method Description SdkHttpFullRequestCreateDevEndpointRequestMarshaller. marshall(CreateDevEndpointRequest createDevEndpointRequest)
-