Uses of Class
software.amazon.awssdk.services.athena.model.ExecutorsSummary
-
Packages that use ExecutorsSummary Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ExecutorsSummary in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ExecutorsSummary Modifier and Type Method Description List<ExecutorsSummary>ListExecutorsResponse. executorsSummary()Contains summary information about the executor.Methods in software.amazon.awssdk.services.athena.model with parameters of type ExecutorsSummary Modifier and Type Method Description ListExecutorsResponse.BuilderListExecutorsResponse.Builder. executorsSummary(ExecutorsSummary... executorsSummary)Contains summary information about the executor.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type ExecutorsSummary Modifier and Type Method Description ListExecutorsResponse.BuilderListExecutorsResponse.Builder. executorsSummary(Collection<ExecutorsSummary> executorsSummary)Contains summary information about the executor.
-