Uses of Class
com.amazonaws.services.opsworks.model.Source
Packages that use Source
-
Uses of Source in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return SourceModifier and TypeMethodDescriptionSource.clone()
App.getAppSource()
ASource
object that describes the app repository.CreateAppRequest.getAppSource()
ASource
object that specifies the app repository.UpdateAppRequest.getAppSource()
ASource
object that specifies the app repository.CloneStackRequest.getCustomCookbooksSource()
CreateStackRequest.getCustomCookbooksSource()
Stack.getCustomCookbooksSource()
UpdateStackRequest.getCustomCookbooksSource()
Source.withPassword
(String password) When included in a request, the parameter depends on the repository type.Source.withRevision
(String revision) The application's version.Source.withSshKey
(String sshKey) In requests, the repository's SSH key.Source.withType
(SourceType type) The repository type.The repository type.The source URL.Source.withUsername
(String username) This parameter depends on the repository type.Methods in com.amazonaws.services.opsworks.model with parameters of type SourceModifier and TypeMethodDescriptionvoid
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.withAppSource
(Source appSource) ASource
object that describes the app repository.CreateAppRequest.withAppSource
(Source appSource) ASource
object that specifies the app repository.UpdateAppRequest.withAppSource
(Source appSource) ASource
object that specifies the app repository.CloneStackRequest.withCustomCookbooksSource
(Source customCookbooksSource) CreateStackRequest.withCustomCookbooksSource
(Source customCookbooksSource) Stack.withCustomCookbooksSource
(Source customCookbooksSource) UpdateStackRequest.withCustomCookbooksSource
(Source customCookbooksSource)