Uses of Class
com.amazonaws.services.opsworks.model.CreateAppRequest
Packages that use CreateAppRequest
-
Uses of CreateAppRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type CreateAppRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.createApp(CreateAppRequest request) AWSOpsWorks.createApp(CreateAppRequest createAppRequest) Creates an app for a specified stack.AWSOpsWorksClient.createApp(CreateAppRequest createAppRequest) Creates an app for a specified stack.AbstractAWSOpsWorksAsync.createAppAsync(CreateAppRequest request) AbstractAWSOpsWorksAsync.createAppAsync(CreateAppRequest request, AsyncHandler<CreateAppRequest, CreateAppResult> asyncHandler) AWSOpsWorksAsync.createAppAsync(CreateAppRequest createAppRequest) Creates an app for a specified stack.AWSOpsWorksAsync.createAppAsync(CreateAppRequest createAppRequest, AsyncHandler<CreateAppRequest, CreateAppResult> asyncHandler) Creates an app for a specified stack.AWSOpsWorksAsyncClient.createAppAsync(CreateAppRequest request) AWSOpsWorksAsyncClient.createAppAsync(CreateAppRequest request, AsyncHandler<CreateAppRequest, CreateAppResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type CreateAppRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.createAppAsync(CreateAppRequest request, AsyncHandler<CreateAppRequest, CreateAppResult> asyncHandler) AWSOpsWorksAsync.createAppAsync(CreateAppRequest createAppRequest, AsyncHandler<CreateAppRequest, CreateAppResult> asyncHandler) Creates an app for a specified stack.AWSOpsWorksAsyncClient.createAppAsync(CreateAppRequest request, AsyncHandler<CreateAppRequest, CreateAppResult> asyncHandler) -
Uses of CreateAppRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return CreateAppRequestModifier and TypeMethodDescriptionCreateAppRequest.addAttributesEntry(String key, String value) CreateAppRequest.clearAttributesEntries()Removes all the entries added into Attributes.CreateAppRequest.clone()CreateAppRequest.withAppSource(Source appSource) ASourceobject that specifies the app repository.CreateAppRequest.withAttributes(Map<String, String> attributes) One or more user-defined key/value pairs to be added to the stack attributes.CreateAppRequest.withDataSources(DataSource... dataSources) The app's data source.CreateAppRequest.withDataSources(Collection<DataSource> dataSources) The app's data source.CreateAppRequest.withDescription(String description) A description of the app.CreateAppRequest.withDomains(String... domains) The app virtual host settings, with multiple domains separated by commas.CreateAppRequest.withDomains(Collection<String> domains) The app virtual host settings, with multiple domains separated by commas.CreateAppRequest.withEnableSsl(Boolean enableSsl) Whether to enable SSL for the app.CreateAppRequest.withEnvironment(EnvironmentVariable... environment) An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.CreateAppRequest.withEnvironment(Collection<EnvironmentVariable> environment) An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.The app name.CreateAppRequest.withShortname(String shortname) The app's short name.CreateAppRequest.withSslConfiguration(SslConfiguration sslConfiguration) AnSslConfigurationobject with the SSL configuration.CreateAppRequest.withStackId(String stackId) The stack ID.The app type.The app type.