Uses of Class
software.amazon.awssdk.services.glue.model.GetDevEndpointsRequest
-
Packages that use GetDevEndpointsRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators software.amazon.awssdk.services.glue.transform -
-
Uses of GetDevEndpointsRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetDevEndpointsRequest Modifier and Type Method Description default CompletableFuture<GetDevEndpointsResponse>GlueAsyncClient. getDevEndpoints(GetDevEndpointsRequest getDevEndpointsRequest)Retrieves all the development endpoints in this Amazon Web Services account.default GetDevEndpointsResponseGlueClient. getDevEndpoints(GetDevEndpointsRequest getDevEndpointsRequest)Retrieves all the development endpoints in this Amazon Web Services account.default GetDevEndpointsPublisherGlueAsyncClient. getDevEndpointsPaginator(GetDevEndpointsRequest getDevEndpointsRequest)Retrieves all the development endpoints in this Amazon Web Services account.default GetDevEndpointsIterableGlueClient. getDevEndpointsPaginator(GetDevEndpointsRequest getDevEndpointsRequest)Retrieves all the development endpoints in this Amazon Web Services account. -
Uses of GetDevEndpointsRequest in software.amazon.awssdk.services.glue.paginators
Constructors in software.amazon.awssdk.services.glue.paginators with parameters of type GetDevEndpointsRequest Constructor Description GetDevEndpointsIterable(GlueClient client, GetDevEndpointsRequest firstRequest)GetDevEndpointsPublisher(GlueAsyncClient client, GetDevEndpointsRequest firstRequest) -
Uses of GetDevEndpointsRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetDevEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestGetDevEndpointsRequestMarshaller. marshall(GetDevEndpointsRequest getDevEndpointsRequest)
-