| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
Source |
UpdateAppRequest.appSource()
A
Source object that specifies the app repository. |
Source |
CreateAppRequest.appSource()
A
Source object that specifies the app repository. |
Source |
App.appSource()
A
Source object that describes the app repository. |
Source |
Stack.customCookbooksSource()
Contains the information required to retrieve an app or cookbook from a repository.
|
Source |
CreateStackRequest.customCookbooksSource()
Contains the information required to retrieve an app or cookbook from a repository.
|
Source |
UpdateStackRequest.customCookbooksSource()
Contains the information required to retrieve an app or cookbook from a repository.
|
Source |
CloneStackRequest.customCookbooksSource()
Contains the information required to retrieve an app or cookbook from a repository.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
UpdateAppRequest.Builder.appSource(Source appSource)
A
Source object that specifies the app repository. |
CreateAppRequest.Builder |
CreateAppRequest.Builder.appSource(Source appSource)
A
Source object that specifies the app repository. |
App.Builder |
App.Builder.appSource(Source appSource)
A
Source object that describes the app repository. |
Stack.Builder |
Stack.Builder.customCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from a repository.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.customCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from a repository.
|
UpdateStackRequest.Builder |
UpdateStackRequest.Builder.customCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from a repository.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.customCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from a repository.
|
Copyright © 2023. All rights reserved.