| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFrameworkResult> |
AWSBackupAsyncClient.createFrameworkAsync(CreateFrameworkRequest request,
AsyncHandler<CreateFrameworkRequest,CreateFrameworkResult> asyncHandler) |
Future<CreateFrameworkResult> |
AbstractAWSBackupAsync.createFrameworkAsync(CreateFrameworkRequest request,
AsyncHandler<CreateFrameworkRequest,CreateFrameworkResult> asyncHandler) |
Future<CreateFrameworkResult> |
AWSBackupAsync.createFrameworkAsync(CreateFrameworkRequest createFrameworkRequest,
AsyncHandler<CreateFrameworkRequest,CreateFrameworkResult> asyncHandler)
Creates a framework with one or more controls.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFrameworkRequest |
CreateFrameworkRequest.addFrameworkTagsEntry(String key,
String value)
Add a single FrameworkTags entry
|
CreateFrameworkRequest |
CreateFrameworkRequest.clearFrameworkTagsEntries()
Removes all the entries added into FrameworkTags.
|
CreateFrameworkRequest |
CreateFrameworkRequest.clone() |
CreateFrameworkRequest |
CreateFrameworkRequest.withFrameworkControls(Collection<FrameworkControl> frameworkControls)
A list of the controls that make up the framework.
|
CreateFrameworkRequest |
CreateFrameworkRequest.withFrameworkControls(FrameworkControl... frameworkControls)
A list of the controls that make up the framework.
|
CreateFrameworkRequest |
CreateFrameworkRequest.withFrameworkDescription(String frameworkDescription)
An optional description of the framework with a maximum of 1,024 characters.
|
CreateFrameworkRequest |
CreateFrameworkRequest.withFrameworkName(String frameworkName)
The unique name of the framework.
|
CreateFrameworkRequest |
CreateFrameworkRequest.withFrameworkTags(Map<String,String> frameworkTags)
Metadata that you can assign to help organize the frameworks that you create.
|
CreateFrameworkRequest |
CreateFrameworkRequest.withIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
CreateFrameworkInput. |
Copyright © 2023. All rights reserved.