Uses of Class
software.amazon.awssdk.services.glue.model.Capabilities
-
Packages that use Capabilities Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Capabilities in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Capabilities Modifier and Type Method Description CapabilitiesConnectionTypeBrief. capabilities()The supported authentication types, data interface types (compute environments), and data operations of the connector.CapabilitiesDescribeConnectionTypeResponse. capabilities()The supported authentication types, data interface types (compute environments), and data operations of the connector.Methods in software.amazon.awssdk.services.glue.model with parameters of type Capabilities Modifier and Type Method Description ConnectionTypeBrief.BuilderConnectionTypeBrief.Builder. capabilities(Capabilities capabilities)The supported authentication types, data interface types (compute environments), and data operations of the connector.DescribeConnectionTypeResponse.BuilderDescribeConnectionTypeResponse.Builder. capabilities(Capabilities capabilities)The supported authentication types, data interface types (compute environments), and data operations of the connector.
-