Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetConnectionsResult> |
AbstractAWSGlueAsync.getConnectionsAsync(GetConnectionsRequest request,
AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler) |
Future<GetConnectionsResult> |
AWSGlueAsyncClient.getConnectionsAsync(GetConnectionsRequest request,
AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler) |
Future<GetConnectionsResult> |
AWSGlueAsync.getConnectionsAsync(GetConnectionsRequest getConnectionsRequest,
AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler)
Retrieves a list of connection definitions from the Data Catalog.
|
Modifier and Type | Method and Description |
---|---|
GetConnectionsRequest |
GetConnectionsRequest.clone() |
GetConnectionsRequest |
GetConnectionsRequest.withCatalogId(String catalogId)
The ID of the Data Catalog in which the connections reside.
|
GetConnectionsRequest |
GetConnectionsRequest.withFilter(GetConnectionsFilter filter)
A filter that controls which connections are returned.
|
GetConnectionsRequest |
GetConnectionsRequest.withHidePassword(Boolean hidePassword)
Allows you to retrieve the connection metadata without returning the password.
|
GetConnectionsRequest |
GetConnectionsRequest.withMaxResults(Integer maxResults)
The maximum number of connections to return in one response.
|
GetConnectionsRequest |
GetConnectionsRequest.withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
Copyright © 2021. All rights reserved.