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