| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Framework |
Framework.clone() |
Framework |
Framework.withCreationTime(Date creationTime)
The date and time that a framework is created, in ISO 8601 representation.
|
Framework |
Framework.withDeploymentStatus(String deploymentStatus)
The deployment status of a framework.
|
Framework |
Framework.withFrameworkArn(String frameworkArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
Framework |
Framework.withFrameworkDescription(String frameworkDescription)
An optional description of the framework with a maximum 1,024 characters.
|
Framework |
Framework.withFrameworkName(String frameworkName)
The unique name of a framework.
|
Framework |
Framework.withNumberOfControls(Integer numberOfControls)
The number of controls contained by the framework.
|
| Modifier and Type | Method and Description |
|---|---|
List<Framework> |
ListFrameworksResult.getFrameworks()
A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN),
description, number of controls, creation time, and deployment status.
|
| Modifier and Type | Method and Description |
|---|---|
ListFrameworksResult |
ListFrameworksResult.withFrameworks(Framework... frameworks)
A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN),
description, number of controls, creation time, and deployment status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFrameworksResult.setFrameworks(Collection<Framework> frameworks)
A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN),
description, number of controls, creation time, and deployment status.
|
ListFrameworksResult |
ListFrameworksResult.withFrameworks(Collection<Framework> frameworks)
A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN),
description, number of controls, creation time, and deployment status.
|
Copyright © 2023. All rights reserved.