Uses of Interface
software.amazon.awssdk.services.backup.model.StartRestoreJobResponse.Builder
-
Packages that use StartRestoreJobResponse.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of StartRestoreJobResponse.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return StartRestoreJobResponse.Builder Modifier and Type Method Description static StartRestoreJobResponse.BuilderStartRestoreJobResponse. builder()StartRestoreJobResponse.BuilderStartRestoreJobResponse.Builder. restoreJobId(String restoreJobId)Uniquely identifies the job that restores a recovery point.StartRestoreJobResponse.BuilderStartRestoreJobResponse. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type StartRestoreJobResponse.Builder Modifier and Type Method Description static Class<? extends StartRestoreJobResponse.Builder>StartRestoreJobResponse. serializableBuilderClass()
-