Uses of Interface
software.amazon.awssdk.services.athena.model.ListCapacityReservationsRequest.Builder
-
Packages that use ListCapacityReservationsRequest.Builder 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.software.amazon.awssdk.services.athena.model -
-
Uses of ListCapacityReservationsRequest.Builder in software.amazon.awssdk.services.athena
-
Uses of ListCapacityReservationsRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ListCapacityReservationsRequest.Builder Modifier and Type Method Description static ListCapacityReservationsRequest.BuilderListCapacityReservationsRequest. builder()ListCapacityReservationsRequest.BuilderListCapacityReservationsRequest.Builder. maxResults(Integer maxResults)Specifies the maximum number of results to return.ListCapacityReservationsRequest.BuilderListCapacityReservationsRequest.Builder. nextToken(String nextToken)A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.ListCapacityReservationsRequest.BuilderListCapacityReservationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCapacityReservationsRequest.BuilderListCapacityReservationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCapacityReservationsRequest.BuilderListCapacityReservationsRequest. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ListCapacityReservationsRequest.Builder Modifier and Type Method Description static Class<? extends ListCapacityReservationsRequest.Builder>ListCapacityReservationsRequest. serializableBuilderClass()
-