| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
List<FrameworkControl> |
UpdateFrameworkRequest.frameworkControls()
A list of the controls that make up the framework.
|
List<FrameworkControl> |
DescribeFrameworkResponse.frameworkControls()
A list of the controls that make up the framework.
|
List<FrameworkControl> |
CreateFrameworkRequest.frameworkControls()
A list of the controls that make up the framework.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFrameworkRequest.Builder |
UpdateFrameworkRequest.Builder.frameworkControls(FrameworkControl... frameworkControls)
A list of the controls that make up the framework.
|
DescribeFrameworkResponse.Builder |
DescribeFrameworkResponse.Builder.frameworkControls(FrameworkControl... frameworkControls)
A list of the controls that make up the framework.
|
CreateFrameworkRequest.Builder |
CreateFrameworkRequest.Builder.frameworkControls(FrameworkControl... frameworkControls)
A list of the controls that make up the framework.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFrameworkRequest.Builder |
UpdateFrameworkRequest.Builder.frameworkControls(Collection<FrameworkControl> frameworkControls)
A list of the controls that make up the framework.
|
DescribeFrameworkResponse.Builder |
DescribeFrameworkResponse.Builder.frameworkControls(Collection<FrameworkControl> frameworkControls)
A list of the controls that make up the framework.
|
CreateFrameworkRequest.Builder |
CreateFrameworkRequest.Builder.frameworkControls(Collection<FrameworkControl> frameworkControls)
A list of the controls that make up the framework.
|
Copyright © 2023. All rights reserved.