Uses of Class
com.amazonaws.services.opsworks.model.Source

Packages that use Source
com.amazonaws.services.opsworks.model Classes modeling the various types represented by AWSOpsWorks. 
 

Uses of Source in com.amazonaws.services.opsworks.model
 

Methods in com.amazonaws.services.opsworks.model that return Source
 Source UpdateAppRequest.getAppSource()
          A Source object that specifies the app repository.
 Source CreateAppRequest.getAppSource()
          A Source object that specifies the app repository.
 Source App.getAppSource()
          A Source object that describes the app repository.
 Source UpdateStackRequest.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 CloneStackRequest.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.
 

Methods in com.amazonaws.services.opsworks.model with parameters of type Source
 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 App.setAppSource(Source appSource)
          A Source object that describes the app repository.
 void UpdateStackRequest.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 CloneStackRequest.setCustomCookbooksSource(Source customCookbooksSource)
          Contains the information required to retrieve an app or cookbook from a 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.
 App App.withAppSource(Source appSource)
          A Source object that describes the app repository.
 UpdateStackRequest UpdateStackRequest.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.
 CloneStackRequest CloneStackRequest.withCustomCookbooksSource(Source customCookbooksSource)
          Contains the information required to retrieve an app or cookbook from a repository.
 



Copyright © 2016. All rights reserved.