Uses of Interface
software.amazon.awssdk.services.backup.model.ListReportJobsRequest.Builder
-
Packages that use ListReportJobsRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of ListReportJobsRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type ListReportJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListReportJobsResponse>BackupAsyncClient. listReportJobs(Consumer<ListReportJobsRequest.Builder> listReportJobsRequest)Returns details about your report jobs.default ListReportJobsResponseBackupClient. listReportJobs(Consumer<ListReportJobsRequest.Builder> listReportJobsRequest)Returns details about your report jobs.default ListReportJobsPublisherBackupAsyncClient. listReportJobsPaginator(Consumer<ListReportJobsRequest.Builder> listReportJobsRequest)Returns details about your report jobs.default ListReportJobsIterableBackupClient. listReportJobsPaginator(Consumer<ListReportJobsRequest.Builder> listReportJobsRequest)Returns details about your report jobs. -
Uses of ListReportJobsRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ListReportJobsRequest.Builder Modifier and Type Method Description static ListReportJobsRequest.BuilderListReportJobsRequest. builder()ListReportJobsRequest.BuilderListReportJobsRequest.Builder. byCreationAfter(Instant byCreationAfter)Returns only report jobs that were created after the date and time specified in Unix format and Coordinated Universal Time (UTC).ListReportJobsRequest.BuilderListReportJobsRequest.Builder. byCreationBefore(Instant byCreationBefore)Returns only report jobs that were created before the date and time specified in Unix format and Coordinated Universal Time (UTC).ListReportJobsRequest.BuilderListReportJobsRequest.Builder. byReportPlanName(String byReportPlanName)Returns only report jobs with the specified report plan name.ListReportJobsRequest.BuilderListReportJobsRequest.Builder. byStatus(String byStatus)Returns only report jobs that are in the specified status.ListReportJobsRequest.BuilderListReportJobsRequest.Builder. maxResults(Integer maxResults)The number of desired results from 1 to 1000.ListReportJobsRequest.BuilderListReportJobsRequest.Builder. nextToken(String nextToken)An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.ListReportJobsRequest.BuilderListReportJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListReportJobsRequest.BuilderListReportJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListReportJobsRequest.BuilderListReportJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ListReportJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListReportJobsRequest.Builder>ListReportJobsRequest. serializableBuilderClass()
-