| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| Modifier and Type | Method and Description |
|---|---|
default StartCopyJobResponse |
BackupClient.startCopyJob(Consumer<StartCopyJobRequest.Builder> startCopyJobRequest)
Starts a job to create a one-time copy of the specified resource.
|
default StartCopyJobResponse |
BackupClient.startCopyJob(StartCopyJobRequest startCopyJobRequest)
Starts a job to create a one-time copy of the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartCopyJobResponse> |
BackupAsyncClient.startCopyJob(Consumer<StartCopyJobRequest.Builder> startCopyJobRequest)
Starts a job to create a one-time copy of the specified resource.
|
default CompletableFuture<StartCopyJobResponse> |
BackupAsyncClient.startCopyJob(StartCopyJobRequest startCopyJobRequest)
Starts a job to create a one-time copy of the specified resource.
|
Copyright © 2023. All rights reserved.