Uses of Class
software.amazon.awssdk.services.glue.model.GetConnectionsResponse
-
Packages that use GetConnectionsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of GetConnectionsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetConnectionsResponse Modifier and Type Method Description default GetConnectionsResponseGlueClient. getConnections(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)Retrieves a list of connection definitions from the Data Catalog.default GetConnectionsResponseGlueClient. getConnections(GetConnectionsRequest getConnectionsRequest)Retrieves a list of connection definitions from the Data Catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetConnectionsResponse Modifier and Type Method Description default CompletableFuture<GetConnectionsResponse>GlueAsyncClient. getConnections(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)Retrieves a list of connection definitions from the Data Catalog.default CompletableFuture<GetConnectionsResponse>GlueAsyncClient. getConnections(GetConnectionsRequest getConnectionsRequest)Retrieves a list of connection definitions from the Data Catalog. -
Uses of GetConnectionsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type GetConnectionsResponse Modifier and Type Method Description Iterator<GetConnectionsResponse>GetConnectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type GetConnectionsResponse Modifier and Type Method Description voidGetConnectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetConnectionsResponse> subscriber)
-