Uses of Class
software.amazon.awssdk.services.glue.model.ListDevEndpointsResponse
-
Packages that use ListDevEndpointsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of ListDevEndpointsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ListDevEndpointsResponse Modifier and Type Method Description default ListDevEndpointsResponseGlueClient. listDevEndpoints(Consumer<ListDevEndpointsRequest.Builder> 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ListDevEndpointsResponse Modifier and Type Method Description default CompletableFuture<ListDevEndpointsResponse>GlueAsyncClient. listDevEndpoints(Consumer<ListDevEndpointsRequest.Builder> listDevEndpointsRequest)Retrieves the names of allDevEndpointresources in this Amazon Web Services account, or the resources with the specified tag.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. -
Uses of ListDevEndpointsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type ListDevEndpointsResponse Modifier and Type Method Description Iterator<ListDevEndpointsResponse>ListDevEndpointsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type ListDevEndpointsResponse Modifier and Type Method Description voidListDevEndpointsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDevEndpointsResponse> subscriber)
-