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()ASourceobject that describes the app repository.CreateAppRequest.getAppSource()ASourceobject that specifies the app repository.UpdateAppRequest.getAppSource()ASourceobject 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 TypeMethodDescriptionvoidApp.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) App.withAppSource(Source appSource) ASourceobject that describes the app repository.CreateAppRequest.withAppSource(Source appSource) ASourceobject that specifies the app repository.UpdateAppRequest.withAppSource(Source appSource) ASourceobject that specifies the app repository.CloneStackRequest.withCustomCookbooksSource(Source customCookbooksSource) CreateStackRequest.withCustomCookbooksSource(Source customCookbooksSource) Stack.withCustomCookbooksSource(Source customCookbooksSource) UpdateStackRequest.withCustomCookbooksSource(Source customCookbooksSource)