Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
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 |
CloneStackRequest.getCustomCookbooksSource()
Contains the information required to retrieve an app or cookbook from
a repository.
|
Source |
Stack.getCustomCookbooksSource()
Contains the information required to retrieve an app or cookbook from
a repository.
|
Source |
CreateStackRequest.getCustomCookbooksSource()
Contains the information required to retrieve an app or cookbook from
a repository.
|
Source |
UpdateStackRequest.getCustomCookbooksSource()
Contains the information required to retrieve an app or cookbook from
a repository.
|
Source |
Source.withPassword(String password)
This parameter depends on the repository type.
|
Source |
Source.withRevision(String revision)
The application's version.
|
Source |
Source.withSshKey(String sshKey)
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 |
CloneStackRequest.setCustomCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from
a repository.
|
void |
Stack.setCustomCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from
a repository.
|
void |
CreateStackRequest.setCustomCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from
a repository.
|
void |
UpdateStackRequest.setCustomCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from
a repository.
|
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. |
CloneStackRequest |
CloneStackRequest.withCustomCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from
a repository.
|
Stack |
Stack.withCustomCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from
a repository.
|
CreateStackRequest |
CreateStackRequest.withCustomCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from
a repository.
|
UpdateStackRequest |
UpdateStackRequest.withCustomCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from
a repository.
|
Copyright © 2014. All rights reserved.