Uses of Interface
software.amazon.awssdk.services.glue.model.GetConnectionsRequest.Builder
-
Packages that use GetConnectionsRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetConnectionsRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetConnectionsRequest.Builder 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 GetConnectionsResponseGlueClient. getConnections(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)Retrieves a list of connection definitions from the Data Catalog.default GetConnectionsPublisherGlueAsyncClient. getConnectionsPaginator(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)Retrieves a list of connection definitions from the Data Catalog.default GetConnectionsIterableGlueClient. getConnectionsPaginator(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)Retrieves a list of connection definitions from the Data Catalog. -
Uses of GetConnectionsRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetConnectionsRequest.Builder Modifier and Type Method Description static GetConnectionsRequest.BuilderGetConnectionsRequest. builder()GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. catalogId(String catalogId)The ID of the Data Catalog in which the connections reside.default GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. filter(Consumer<GetConnectionsFilter.Builder> filter)A filter that controls which connections are returned.GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. filter(GetConnectionsFilter filter)A filter that controls which connections are returned.GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. hidePassword(Boolean hidePassword)Allows you to retrieve the connection metadata without returning the password.GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. maxResults(Integer maxResults)The maximum number of connections to return in one response.GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. nextToken(String nextToken)A continuation token, if this is a continuation call.GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConnectionsRequest.BuilderGetConnectionsRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetConnectionsRequest.Builder Modifier and Type Method Description static Class<? extends GetConnectionsRequest.Builder>GetConnectionsRequest. serializableBuilderClass()
-