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