| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateFrameworkResult |
AWSBackupClient.updateFramework(UpdateFrameworkRequest request)
Updates an existing framework identified by its
FrameworkName with the input document in JSON
format. |
UpdateFrameworkResult |
AbstractAWSBackup.updateFramework(UpdateFrameworkRequest request) |
UpdateFrameworkResult |
AWSBackup.updateFramework(UpdateFrameworkRequest updateFrameworkRequest)
Updates an existing framework identified by its
FrameworkName with the input document in JSON
format. |
Future<UpdateFrameworkResult> |
AWSBackupAsyncClient.updateFrameworkAsync(UpdateFrameworkRequest request) |
Future<UpdateFrameworkResult> |
AWSBackupAsync.updateFrameworkAsync(UpdateFrameworkRequest updateFrameworkRequest)
Updates an existing framework identified by its
FrameworkName with the input document in JSON
format. |
Future<UpdateFrameworkResult> |
AbstractAWSBackupAsync.updateFrameworkAsync(UpdateFrameworkRequest request) |
Future<UpdateFrameworkResult> |
AWSBackupAsyncClient.updateFrameworkAsync(UpdateFrameworkRequest request,
AsyncHandler<UpdateFrameworkRequest,UpdateFrameworkResult> asyncHandler) |
Future<UpdateFrameworkResult> |
AWSBackupAsync.updateFrameworkAsync(UpdateFrameworkRequest updateFrameworkRequest,
AsyncHandler<UpdateFrameworkRequest,UpdateFrameworkResult> asyncHandler)
Updates an existing framework identified by its
FrameworkName with the input document in JSON
format. |
Future<UpdateFrameworkResult> |
AbstractAWSBackupAsync.updateFrameworkAsync(UpdateFrameworkRequest request,
AsyncHandler<UpdateFrameworkRequest,UpdateFrameworkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFrameworkResult> |
AWSBackupAsyncClient.updateFrameworkAsync(UpdateFrameworkRequest request,
AsyncHandler<UpdateFrameworkRequest,UpdateFrameworkResult> asyncHandler) |
Future<UpdateFrameworkResult> |
AWSBackupAsync.updateFrameworkAsync(UpdateFrameworkRequest updateFrameworkRequest,
AsyncHandler<UpdateFrameworkRequest,UpdateFrameworkResult> asyncHandler)
Updates an existing framework identified by its
FrameworkName with the input document in JSON
format. |
Future<UpdateFrameworkResult> |
AbstractAWSBackupAsync.updateFrameworkAsync(UpdateFrameworkRequest request,
AsyncHandler<UpdateFrameworkRequest,UpdateFrameworkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFrameworkRequest |
UpdateFrameworkRequest.clone() |
UpdateFrameworkRequest |
UpdateFrameworkRequest.withFrameworkControls(Collection<FrameworkControl> frameworkControls)
A list of the controls that make up the framework.
|
UpdateFrameworkRequest |
UpdateFrameworkRequest.withFrameworkControls(FrameworkControl... frameworkControls)
A list of the controls that make up the framework.
|
UpdateFrameworkRequest |
UpdateFrameworkRequest.withFrameworkDescription(String frameworkDescription)
An optional description of the framework with a maximum 1,024 characters.
|
UpdateFrameworkRequest |
UpdateFrameworkRequest.withFrameworkName(String frameworkName)
The unique name of a framework.
|
UpdateFrameworkRequest |
UpdateFrameworkRequest.withIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
UpdateFrameworkInput. |
Copyright © 2023. All rights reserved.