Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
Source |
Source.clone() |
Source |
App.getAppSource()
A
Source object that describes the app repository. |
Source |
UpdateAppRequest.getAppSource()
A
Source object that specifies the app repository. |
Source |
CreateAppRequest.getAppSource()
A
Source object that specifies the app repository. |
Source |
CreateStackRequest.getCustomCookbooksSource() |
Source |
CloneStackRequest.getCustomCookbooksSource() |
Source |
Stack.getCustomCookbooksSource() |
Source |
UpdateStackRequest.getCustomCookbooksSource() |
Source |
Source.withPassword(String password)
When included in a request, the parameter depends on the repository type.
|
Source |
Source.withRevision(String revision)
The application's version.
|
Source |
Source.withSshKey(String sshKey)
In requests, the repository's SSH key.
|
Source |
Source.withType(SourceType type)
The repository type.
|
Source |
Source.withType(String type)
The repository type.
|
Source |
Source.withUrl(String url)
The source URL.
|
Source |
Source.withUsername(String username)
This parameter depends on the repository type.
|
Modifier and Type | Method and Description |
---|---|
void |
App.setAppSource(Source appSource)
A
Source object that describes the app repository. |
void |
UpdateAppRequest.setAppSource(Source appSource)
A
Source object that specifies the app repository. |
void |
CreateAppRequest.setAppSource(Source appSource)
A
Source object that specifies the app repository. |
void |
CreateStackRequest.setCustomCookbooksSource(Source customCookbooksSource) |
void |
CloneStackRequest.setCustomCookbooksSource(Source customCookbooksSource) |
void |
Stack.setCustomCookbooksSource(Source customCookbooksSource) |
void |
UpdateStackRequest.setCustomCookbooksSource(Source customCookbooksSource) |
App |
App.withAppSource(Source appSource)
A
Source object that describes the app repository. |
UpdateAppRequest |
UpdateAppRequest.withAppSource(Source appSource)
A
Source object that specifies the app repository. |
CreateAppRequest |
CreateAppRequest.withAppSource(Source appSource)
A
Source object that specifies the app repository. |
CreateStackRequest |
CreateStackRequest.withCustomCookbooksSource(Source customCookbooksSource) |
CloneStackRequest |
CloneStackRequest.withCustomCookbooksSource(Source customCookbooksSource) |
Stack |
Stack.withCustomCookbooksSource(Source customCookbooksSource) |
UpdateStackRequest |
UpdateStackRequest.withCustomCookbooksSource(Source customCookbooksSource) |
Copyright © 2018. All rights reserved.