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