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 SourceSource. clone()SourceApp. getAppSource()ASourceobject that describes the app repository.SourceCreateAppRequest. getAppSource()ASourceobject that specifies the app repository.SourceUpdateAppRequest. getAppSource()ASourceobject that specifies the app repository.SourceCloneStackRequest. getCustomCookbooksSource()SourceCreateStackRequest. getCustomCookbooksSource()SourceStack. getCustomCookbooksSource()SourceUpdateStackRequest. getCustomCookbooksSource()SourceSource. withPassword(String password)When included in a request, the parameter depends on the repository type.SourceSource. withRevision(String revision)The application's version.SourceSource. withSshKey(String sshKey)In requests, the repository's SSH key.SourceSource. withType(SourceType type)The repository type.SourceSource. withType(String type)The repository type.SourceSource. withUrl(String url)The source URL.SourceSource. 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 voidApp. setAppSource(Source appSource)ASourceobject that describes the app repository.voidCreateAppRequest. setAppSource(Source appSource)ASourceobject that specifies the app repository.voidUpdateAppRequest. setAppSource(Source appSource)ASourceobject that specifies the app repository.voidCloneStackRequest. setCustomCookbooksSource(Source customCookbooksSource)voidCreateStackRequest. setCustomCookbooksSource(Source customCookbooksSource)voidStack. setCustomCookbooksSource(Source customCookbooksSource)voidUpdateStackRequest. setCustomCookbooksSource(Source customCookbooksSource)AppApp. withAppSource(Source appSource)ASourceobject that describes the app repository.CreateAppRequestCreateAppRequest. withAppSource(Source appSource)ASourceobject that specifies the app repository.UpdateAppRequestUpdateAppRequest. withAppSource(Source appSource)ASourceobject that specifies the app repository.CloneStackRequestCloneStackRequest. withCustomCookbooksSource(Source customCookbooksSource)CreateStackRequestCreateStackRequest. withCustomCookbooksSource(Source customCookbooksSource)StackStack. withCustomCookbooksSource(Source customCookbooksSource)UpdateStackRequestUpdateStackRequest. withCustomCookbooksSource(Source customCookbooksSource)
-