Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private Source |
UpdateAppRequest.appSource
A
Source object that specifies the app repository. |
private Source |
CreateAppRequest.appSource
A
Source object that specifies the app repository. |
private Source |
App.appSource
A
Source object that describes the app repository. |
private Source |
UpdateStackRequest.customCookbooksSource |
private Source |
Stack.customCookbooksSource |
private Source |
CreateStackRequest.customCookbooksSource |
private Source |
CloneStackRequest.customCookbooksSource |
Modifier and Type | Method and Description |
---|---|
Source |
Source.clone() |
Source |
UpdateAppRequest.getAppSource()
A
Source object that specifies the app repository. |
Source |
CreateAppRequest.getAppSource()
A
Source object that specifies the app repository. |
Source |
App.getAppSource()
A
Source object that describes the app repository. |
Source |
UpdateStackRequest.getCustomCookbooksSource() |
Source |
Stack.getCustomCookbooksSource() |
Source |
CreateStackRequest.getCustomCookbooksSource() |
Source |
CloneStackRequest.getCustomCookbooksSource() |
Source |
Source.withPassword(java.lang.String password)
When included in a request, the parameter depends on the repository type.
|
Source |
Source.withRevision(java.lang.String revision)
The application's version.
|
Source |
Source.withSshKey(java.lang.String sshKey)
In requests, the repository's SSH key.
|
Source |
Source.withType(SourceType type)
The repository type.
|
Source |
Source.withType(java.lang.String type)
The repository type.
|
Source |
Source.withUrl(java.lang.String url)
The source URL.
|
Source |
Source.withUsername(java.lang.String username)
This parameter depends on the repository type.
|
Modifier and Type | Method and Description |
---|---|
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 |
App.setAppSource(Source appSource)
A
Source object that describes the app repository. |
void |
UpdateStackRequest.setCustomCookbooksSource(Source customCookbooksSource) |
void |
Stack.setCustomCookbooksSource(Source customCookbooksSource) |
void |
CreateStackRequest.setCustomCookbooksSource(Source customCookbooksSource) |
void |
CloneStackRequest.setCustomCookbooksSource(Source customCookbooksSource) |
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. |
App |
App.withAppSource(Source appSource)
A
Source object that describes the app repository. |
UpdateStackRequest |
UpdateStackRequest.withCustomCookbooksSource(Source customCookbooksSource) |
Stack |
Stack.withCustomCookbooksSource(Source customCookbooksSource) |
CreateStackRequest |
CreateStackRequest.withCustomCookbooksSource(Source customCookbooksSource) |
CloneStackRequest |
CloneStackRequest.withCustomCookbooksSource(Source customCookbooksSource) |
Modifier and Type | Method and Description |
---|---|
Source |
SourceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SourceJsonMarshaller.marshall(Source source,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|