Uses of Interface
software.amazon.awssdk.services.backup.model.ListRestoreJobsRequest.Builder
-
Packages that use ListRestoreJobsRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of ListRestoreJobsRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type ListRestoreJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRestoreJobsResponse>BackupAsyncClient. listRestoreJobs(Consumer<ListRestoreJobsRequest.Builder> listRestoreJobsRequest)Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.default ListRestoreJobsResponseBackupClient. listRestoreJobs(Consumer<ListRestoreJobsRequest.Builder> listRestoreJobsRequest)Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.default ListRestoreJobsPublisherBackupAsyncClient. listRestoreJobsPaginator(Consumer<ListRestoreJobsRequest.Builder> listRestoreJobsRequest)Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.default ListRestoreJobsIterableBackupClient. listRestoreJobsPaginator(Consumer<ListRestoreJobsRequest.Builder> listRestoreJobsRequest)Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process. -
Uses of ListRestoreJobsRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ListRestoreJobsRequest.Builder Modifier and Type Method Description static ListRestoreJobsRequest.BuilderListRestoreJobsRequest. builder()ListRestoreJobsRequest.BuilderListRestoreJobsRequest.Builder. byAccountId(String byAccountId)The account ID to list the jobs from.ListRestoreJobsRequest.BuilderListRestoreJobsRequest.Builder. byCompleteAfter(Instant byCompleteAfter)Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).ListRestoreJobsRequest.BuilderListRestoreJobsRequest.Builder. byCompleteBefore(Instant byCompleteBefore)Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).ListRestoreJobsRequest.BuilderListRestoreJobsRequest.Builder. byCreatedAfter(Instant byCreatedAfter)Returns only restore jobs that were created after the specified date.ListRestoreJobsRequest.BuilderListRestoreJobsRequest.Builder. byCreatedBefore(Instant byCreatedBefore)Returns only restore jobs that were created before the specified date.ListRestoreJobsRequest.BuilderListRestoreJobsRequest.Builder. byStatus(String byStatus)Returns only restore jobs associated with the specified job status.ListRestoreJobsRequest.BuilderListRestoreJobsRequest.Builder. byStatus(RestoreJobStatus byStatus)Returns only restore jobs associated with the specified job status.ListRestoreJobsRequest.BuilderListRestoreJobsRequest.Builder. maxResults(Integer maxResults)The maximum number of items to be returned.ListRestoreJobsRequest.BuilderListRestoreJobsRequest.Builder. nextToken(String nextToken)The next item following a partial list of returned items.ListRestoreJobsRequest.BuilderListRestoreJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRestoreJobsRequest.BuilderListRestoreJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRestoreJobsRequest.BuilderListRestoreJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ListRestoreJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListRestoreJobsRequest.Builder>ListRestoreJobsRequest. serializableBuilderClass()
-