Uses of Class
software.amazon.awssdk.services.backup.model.RestoreJobsListMember
-
Packages that use RestoreJobsListMember Package Description software.amazon.awssdk.services.backup.model software.amazon.awssdk.services.backup.paginators -
-
Uses of RestoreJobsListMember in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type RestoreJobsListMember Modifier and Type Method Description List<RestoreJobsListMember>ListRestoreJobsByProtectedResourceResponse. restoreJobs()An array of objects that contain detailed information about jobs to restore saved resources.>List<RestoreJobsListMember>ListRestoreJobsResponse. restoreJobs()An array of objects that contain detailed information about jobs to restore saved resources.Methods in software.amazon.awssdk.services.backup.model with parameters of type RestoreJobsListMember Modifier and Type Method Description ListRestoreJobsByProtectedResourceResponse.BuilderListRestoreJobsByProtectedResourceResponse.Builder. restoreJobs(RestoreJobsListMember... restoreJobs)An array of objects that contain detailed information about jobs to restore saved resources.>ListRestoreJobsResponse.BuilderListRestoreJobsResponse.Builder. restoreJobs(RestoreJobsListMember... restoreJobs)An array of objects that contain detailed information about jobs to restore saved resources.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type RestoreJobsListMember Modifier and Type Method Description ListRestoreJobsByProtectedResourceResponse.BuilderListRestoreJobsByProtectedResourceResponse.Builder. restoreJobs(Collection<RestoreJobsListMember> restoreJobs)An array of objects that contain detailed information about jobs to restore saved resources.>ListRestoreJobsResponse.BuilderListRestoreJobsResponse.Builder. restoreJobs(Collection<RestoreJobsListMember> restoreJobs)An array of objects that contain detailed information about jobs to restore saved resources. -
Uses of RestoreJobsListMember in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type RestoreJobsListMember Modifier and Type Method Description SdkIterable<RestoreJobsListMember>ListRestoreJobsByProtectedResourceIterable. restoreJobs()Returns an iterable to iterate through the paginatedListRestoreJobsByProtectedResourceResponse.restoreJobs()member.SdkPublisher<RestoreJobsListMember>ListRestoreJobsByProtectedResourcePublisher. restoreJobs()Returns a publisher that can be used to get a stream of data.SdkIterable<RestoreJobsListMember>ListRestoreJobsIterable. restoreJobs()Returns an iterable to iterate through the paginatedListRestoreJobsResponse.restoreJobs()member.SdkPublisher<RestoreJobsListMember>ListRestoreJobsPublisher. restoreJobs()Returns a publisher that can be used to get a stream of data.
-