| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
GetConnectionsFilter |
GetConnectionsFilter.clone() |
GetConnectionsFilter |
GetConnectionsRequest.getFilter()
A filter that controls which connections are returned.
|
GetConnectionsFilter |
GetConnectionsFilter.withConnectionType(ConnectionType connectionType)
The type of connections to return.
|
GetConnectionsFilter |
GetConnectionsFilter.withConnectionType(String connectionType)
The type of connections to return.
|
GetConnectionsFilter |
GetConnectionsFilter.withMatchCriteria(Collection<String> matchCriteria)
A criteria string that must match the criteria recorded in the connection definition for that connection
definition to be returned.
|
GetConnectionsFilter |
GetConnectionsFilter.withMatchCriteria(String... matchCriteria)
A criteria string that must match the criteria recorded in the connection definition for that connection
definition to be returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConnectionsRequest.setFilter(GetConnectionsFilter filter)
A filter that controls which connections are returned.
|
GetConnectionsRequest |
GetConnectionsRequest.withFilter(GetConnectionsFilter filter)
A filter that controls which connections are returned.
|
Copyright © 2020. All rights reserved.