Uses of Class
software.amazon.awssdk.services.glue.model.ListDevEndpointsRequest
-
Packages that use ListDevEndpointsRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators software.amazon.awssdk.services.glue.transform -
-
Uses of ListDevEndpointsRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type ListDevEndpointsRequest Modifier and Type Method Description default CompletableFuture<ListDevEndpointsResponse>GlueAsyncClient. listDevEndpoints(ListDevEndpointsRequest listDevEndpointsRequest)Retrieves the names of allDevEndpointresources in this Amazon Web Services account, or the resources with the specified tag.default ListDevEndpointsResponseGlueClient. listDevEndpoints(ListDevEndpointsRequest listDevEndpointsRequest)Retrieves the names of allDevEndpointresources in this Amazon Web Services account, or the resources with the specified tag.default ListDevEndpointsPublisherGlueAsyncClient. listDevEndpointsPaginator(ListDevEndpointsRequest listDevEndpointsRequest)This is a variant ofGlueAsyncClient.listDevEndpoints(software.amazon.awssdk.services.glue.model.ListDevEndpointsRequest)operation.default ListDevEndpointsIterableGlueClient. listDevEndpointsPaginator(ListDevEndpointsRequest listDevEndpointsRequest)This is a variant ofGlueClient.listDevEndpoints(software.amazon.awssdk.services.glue.model.ListDevEndpointsRequest)operation. -
Uses of ListDevEndpointsRequest in software.amazon.awssdk.services.glue.paginators
Constructors in software.amazon.awssdk.services.glue.paginators with parameters of type ListDevEndpointsRequest Constructor Description ListDevEndpointsIterable(GlueClient client, ListDevEndpointsRequest firstRequest)ListDevEndpointsPublisher(GlueAsyncClient client, ListDevEndpointsRequest firstRequest) -
Uses of ListDevEndpointsRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type ListDevEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestListDevEndpointsRequestMarshaller. marshall(ListDevEndpointsRequest listDevEndpointsRequest)
-