Uses of Class
software.amazon.awssdk.services.glue.model.GetDevEndpointsResponse
-
Packages that use GetDevEndpointsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of GetDevEndpointsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetDevEndpointsResponse Modifier and Type Method Description default GetDevEndpointsResponseGlueClient. getDevEndpoints(Consumer<GetDevEndpointsRequest.Builder> 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetDevEndpointsResponse Modifier and Type Method Description default CompletableFuture<GetDevEndpointsResponse>GlueAsyncClient. getDevEndpoints(Consumer<GetDevEndpointsRequest.Builder> getDevEndpointsRequest)Retrieves all the development endpoints in this Amazon Web Services account.default CompletableFuture<GetDevEndpointsResponse>GlueAsyncClient. getDevEndpoints(GetDevEndpointsRequest getDevEndpointsRequest)Retrieves all the development endpoints in this Amazon Web Services account. -
Uses of GetDevEndpointsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type GetDevEndpointsResponse Modifier and Type Method Description Iterator<GetDevEndpointsResponse>GetDevEndpointsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type GetDevEndpointsResponse Modifier and Type Method Description voidGetDevEndpointsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetDevEndpointsResponse> subscriber)
-