Uses of Class
software.amazon.awssdk.services.athena.model.ApplicationDPUSizes
-
Packages that use ApplicationDPUSizes Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ApplicationDPUSizes in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ApplicationDPUSizes Modifier and Type Method Description List<ApplicationDPUSizes>ListApplicationDpuSizesResponse. applicationDPUSizes()A list of the supported DPU sizes that the application runtime supports.Methods in software.amazon.awssdk.services.athena.model with parameters of type ApplicationDPUSizes Modifier and Type Method Description ListApplicationDpuSizesResponse.BuilderListApplicationDpuSizesResponse.Builder. applicationDPUSizes(ApplicationDPUSizes... applicationDPUSizes)A list of the supported DPU sizes that the application runtime supports.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type ApplicationDPUSizes Modifier and Type Method Description ListApplicationDpuSizesResponse.BuilderListApplicationDpuSizesResponse.Builder. applicationDPUSizes(Collection<ApplicationDPUSizes> applicationDPUSizes)A list of the supported DPU sizes that the application runtime supports.
-