| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
ChefConfiguration |
Stack.chefConfiguration()
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version. |
ChefConfiguration |
CreateStackRequest.chefConfiguration()
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version on
Chef 11.10 stacks. |
ChefConfiguration |
UpdateStackRequest.chefConfiguration()
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version on
Chef 11.10 stacks. |
ChefConfiguration |
CloneStackRequest.chefConfiguration()
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version on
Chef 11.10 stacks. |
| Modifier and Type | Method and Description |
|---|---|
Stack.Builder |
Stack.Builder.chefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version. |
CreateStackRequest.Builder |
CreateStackRequest.Builder.chefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version
on Chef 11.10 stacks. |
UpdateStackRequest.Builder |
UpdateStackRequest.Builder.chefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version
on Chef 11.10 stacks. |
CloneStackRequest.Builder |
CloneStackRequest.Builder.chefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version
on Chef 11.10 stacks. |
Copyright © 2023. All rights reserved.