Uses of Interface
software.amazon.awssdk.services.glue.model.GetDevEndpointRequest.Builder
-
Packages that use GetDevEndpointRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetDevEndpointRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetDevEndpointRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDevEndpointResponse>GlueAsyncClient. getDevEndpoint(Consumer<GetDevEndpointRequest.Builder> getDevEndpointRequest)Retrieves information about a specified development endpoint.default GetDevEndpointResponseGlueClient. getDevEndpoint(Consumer<GetDevEndpointRequest.Builder> getDevEndpointRequest)Retrieves information about a specified development endpoint. -
Uses of GetDevEndpointRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetDevEndpointRequest.Builder Modifier and Type Method Description static GetDevEndpointRequest.BuilderGetDevEndpointRequest. builder()GetDevEndpointRequest.BuilderGetDevEndpointRequest.Builder. endpointName(String endpointName)Name of theDevEndpointto retrieve information for.GetDevEndpointRequest.BuilderGetDevEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDevEndpointRequest.BuilderGetDevEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDevEndpointRequest.BuilderGetDevEndpointRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetDevEndpointRequest.Builder Modifier and Type Method Description static Class<? extends GetDevEndpointRequest.Builder>GetDevEndpointRequest. serializableBuilderClass()
-