Uses of Class
software.amazon.awssdk.services.athena.model.GetCapacityAssignmentConfigurationResponse
-
Packages that use GetCapacityAssignmentConfigurationResponse Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3. -
-
Uses of GetCapacityAssignmentConfigurationResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetCapacityAssignmentConfigurationResponse Modifier and Type Method Description default GetCapacityAssignmentConfigurationResponseAthenaClient. getCapacityAssignmentConfiguration(Consumer<GetCapacityAssignmentConfigurationRequest.Builder> getCapacityAssignmentConfigurationRequest)Gets the capacity assignment configuration for a capacity reservation, if one exists.default GetCapacityAssignmentConfigurationResponseAthenaClient. getCapacityAssignmentConfiguration(GetCapacityAssignmentConfigurationRequest getCapacityAssignmentConfigurationRequest)Gets the capacity assignment configuration for a capacity reservation, if one exists.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetCapacityAssignmentConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetCapacityAssignmentConfigurationResponse>AthenaAsyncClient. getCapacityAssignmentConfiguration(Consumer<GetCapacityAssignmentConfigurationRequest.Builder> getCapacityAssignmentConfigurationRequest)Gets the capacity assignment configuration for a capacity reservation, if one exists.default CompletableFuture<GetCapacityAssignmentConfigurationResponse>AthenaAsyncClient. getCapacityAssignmentConfiguration(GetCapacityAssignmentConfigurationRequest getCapacityAssignmentConfigurationRequest)Gets the capacity assignment configuration for a capacity reservation, if one exists.
-