Uses of Class
com.amazonaws.services.opsworks.model.App
Packages that use App
-
Uses of App in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return AppModifier and TypeMethodDescriptionApp.addAttributesEntry
(String key, String value) App.clearAttributesEntries()
Removes all the entries added into Attributes.App.clone()
The app ID.App.withAppSource
(Source appSource) ASource
object that describes the app repository.App.withAttributes
(Map<String, String> attributes) The stack attributes.App.withCreatedAt
(String createdAt) When the app was created.App.withDataSources
(DataSource... dataSources) The app's data sources.App.withDataSources
(Collection<DataSource> dataSources) The app's data sources.App.withDescription
(String description) A description of the app.App.withDomains
(String... domains) The app vhost settings with multiple domains separated by commas.App.withDomains
(Collection<String> domains) The app vhost settings with multiple domains separated by commas.App.withEnableSsl
(Boolean enableSsl) Whether to enable SSL for the app.App.withEnvironment
(EnvironmentVariable... environment) An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.App.withEnvironment
(Collection<EnvironmentVariable> environment) An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.The app name.App.withShortname
(String shortname) The app's short name.App.withSslConfiguration
(SslConfiguration sslConfiguration) AnSslConfiguration
object with the SSL configuration.App.withStackId
(String stackId) The app stack ID.The app type.The app type.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type AppModifier and TypeMethodDescriptionDescribeAppsResult.getApps()
An array ofApp
objects that describe the specified apps.Methods in com.amazonaws.services.opsworks.model with parameters of type AppModifier and TypeMethodDescriptionAn array ofApp
objects that describe the specified apps.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type AppModifier and TypeMethodDescriptionvoid
DescribeAppsResult.setApps
(Collection<App> apps) An array ofApp
objects that describe the specified apps.DescribeAppsResult.withApps
(Collection<App> apps) An array ofApp
objects that describe the specified apps.