Uses of Class
com.amazonaws.services.opsworks.model.Source
-
Packages that use Source Package Description com.amazonaws.services.opsworks.model -
-
Uses of Source in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return Source Modifier and Type Method Description Source
Source. clone()
Source
App. getAppSource()
ASource
object that describes the app repository.Source
CreateAppRequest. getAppSource()
ASource
object that specifies the app repository.Source
UpdateAppRequest. getAppSource()
ASource
object that specifies the app repository.Source
CloneStackRequest. getCustomCookbooksSource()
Source
CreateStackRequest. 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.Methods in com.amazonaws.services.opsworks.model with parameters of type Source Modifier and Type Method Description void
App. setAppSource(Source appSource)
ASource
object that describes the app repository.void
CreateAppRequest. setAppSource(Source appSource)
ASource
object that specifies the app repository.void
UpdateAppRequest. setAppSource(Source appSource)
ASource
object that specifies the app repository.void
CloneStackRequest. setCustomCookbooksSource(Source customCookbooksSource)
void
CreateStackRequest. setCustomCookbooksSource(Source customCookbooksSource)
void
Stack. setCustomCookbooksSource(Source customCookbooksSource)
void
UpdateStackRequest. setCustomCookbooksSource(Source customCookbooksSource)
App
App. withAppSource(Source appSource)
ASource
object that describes the app repository.CreateAppRequest
CreateAppRequest. withAppSource(Source appSource)
ASource
object that specifies the app repository.UpdateAppRequest
UpdateAppRequest. withAppSource(Source appSource)
ASource
object that specifies the app repository.CloneStackRequest
CloneStackRequest. withCustomCookbooksSource(Source customCookbooksSource)
CreateStackRequest
CreateStackRequest. withCustomCookbooksSource(Source customCookbooksSource)
Stack
Stack. withCustomCookbooksSource(Source customCookbooksSource)
UpdateStackRequest
UpdateStackRequest. withCustomCookbooksSource(Source customCookbooksSource)
-