| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateFrameworkResponse |
BackupClient.updateFramework(Consumer<UpdateFrameworkRequest.Builder> updateFrameworkRequest)
Updates an existing framework identified by its
FrameworkName with the input document in JSON
format. |
default UpdateFrameworkResponse |
BackupClient.updateFramework(UpdateFrameworkRequest updateFrameworkRequest)
Updates an existing framework identified by its
FrameworkName with the input document in JSON
format. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateFrameworkResponse> |
BackupAsyncClient.updateFramework(Consumer<UpdateFrameworkRequest.Builder> updateFrameworkRequest)
Updates an existing framework identified by its
FrameworkName with the input document in JSON
format. |
default CompletableFuture<UpdateFrameworkResponse> |
BackupAsyncClient.updateFramework(UpdateFrameworkRequest updateFrameworkRequest)
Updates an existing framework identified by its
FrameworkName with the input document in JSON
format. |
Copyright © 2023. All rights reserved.