Uses of Class
software.amazon.awssdk.services.datazone.model.AthenaPropertiesPatch
-
Packages that use AthenaPropertiesPatch Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AthenaPropertiesPatch in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AthenaPropertiesPatch Modifier and Type Method Description AthenaPropertiesPatchConnectionPropertiesPatch. athenaProperties()The Amazon Athena properties of a connection properties patch.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AthenaPropertiesPatch Modifier and Type Method Description ConnectionPropertiesPatch.BuilderConnectionPropertiesPatch.Builder. athenaProperties(AthenaPropertiesPatch athenaProperties)The Amazon Athena properties of a connection properties patch.static ConnectionPropertiesPatchConnectionPropertiesPatch. fromAthenaProperties(AthenaPropertiesPatch athenaProperties)Create an instance of this class withConnectionPropertiesPatch.athenaProperties()initialized to the given value.
-