Uses of Class
software.amazon.awssdk.services.glue.model.GetConnectionsRequest
-
Packages that use GetConnectionsRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators software.amazon.awssdk.services.glue.transform -
-
Uses of GetConnectionsRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetConnectionsRequest Modifier and Type Method Description default CompletableFuture<GetConnectionsResponse>GlueAsyncClient. getConnections(GetConnectionsRequest 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.default GetConnectionsPublisherGlueAsyncClient. getConnectionsPaginator(GetConnectionsRequest getConnectionsRequest)Retrieves a list of connection definitions from the Data Catalog.default GetConnectionsIterableGlueClient. getConnectionsPaginator(GetConnectionsRequest getConnectionsRequest)Retrieves a list of connection definitions from the Data Catalog. -
Uses of GetConnectionsRequest in software.amazon.awssdk.services.glue.paginators
Constructors in software.amazon.awssdk.services.glue.paginators with parameters of type GetConnectionsRequest Constructor Description GetConnectionsIterable(GlueClient client, GetConnectionsRequest firstRequest)GetConnectionsPublisher(GlueAsyncClient client, GetConnectionsRequest firstRequest) -
Uses of GetConnectionsRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetConnectionsRequest Modifier and Type Method Description SdkHttpFullRequestGetConnectionsRequestMarshaller. marshall(GetConnectionsRequest getConnectionsRequest)
-