Uses of Class
software.amazon.awssdk.services.ec2.model.AthenaIntegration
-
Packages that use AthenaIntegration Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AthenaIntegration in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AthenaIntegration Modifier and Type Method Description List<AthenaIntegration>IntegrateServices. athenaIntegrations()Information about the integration with Amazon Athena.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AthenaIntegration Modifier and Type Method Description IntegrateServices.BuilderIntegrateServices.Builder. athenaIntegrations(AthenaIntegration... athenaIntegrations)Information about the integration with Amazon Athena.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AthenaIntegration Modifier and Type Method Description IntegrateServices.BuilderIntegrateServices.Builder. athenaIntegrations(Collection<AthenaIntegration> athenaIntegrations)Information about the integration with Amazon Athena.
-