Uses of Class
software.amazon.awssdk.services.datazone.model.AthenaPropertiesInput
-
Packages that use AthenaPropertiesInput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AthenaPropertiesInput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AthenaPropertiesInput Modifier and Type Method Description AthenaPropertiesInputConnectionPropertiesInput. athenaProperties()The Amazon Athena properties of a connection.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AthenaPropertiesInput Modifier and Type Method Description ConnectionPropertiesInput.BuilderConnectionPropertiesInput.Builder. athenaProperties(AthenaPropertiesInput athenaProperties)The Amazon Athena properties of a connection.static ConnectionPropertiesInputConnectionPropertiesInput. fromAthenaProperties(AthenaPropertiesInput athenaProperties)Create an instance of this class withConnectionPropertiesInput.athenaProperties()initialized to the given value.
-