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

Packages that use UpdateLayerRequest
com.amazonaws.services.opsworks Synchronous and asynchronous client classes for accessing AWSOpsWorks. 
com.amazonaws.services.opsworks.model Classes modeling the various types represented by AWSOpsWorks. 
 

Uses of UpdateLayerRequest in com.amazonaws.services.opsworks
 

Methods in com.amazonaws.services.opsworks with parameters of type UpdateLayerRequest
 void AWSOpsWorksClient.updateLayer(UpdateLayerRequest updateLayerRequest)
           Updates a specified layer.
 void AWSOpsWorks.updateLayer(UpdateLayerRequest updateLayerRequest)
           Updates a specified layer.
 Future<Void> AWSOpsWorksAsyncClient.updateLayerAsync(UpdateLayerRequest updateLayerRequest)
           Updates a specified layer.
 Future<Void> AWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest updateLayerRequest)
           Updates a specified layer.
 Future<Void> AWSOpsWorksAsyncClient.updateLayerAsync(UpdateLayerRequest updateLayerRequest, AsyncHandler<UpdateLayerRequest,Void> asyncHandler)
           Updates a specified layer.
 Future<Void> AWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest updateLayerRequest, AsyncHandler<UpdateLayerRequest,Void> asyncHandler)
           Updates a specified layer.
 

Method parameters in com.amazonaws.services.opsworks with type arguments of type UpdateLayerRequest
 Future<Void> AWSOpsWorksAsyncClient.updateLayerAsync(UpdateLayerRequest updateLayerRequest, AsyncHandler<UpdateLayerRequest,Void> asyncHandler)
           Updates a specified layer.
 Future<Void> AWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest updateLayerRequest, AsyncHandler<UpdateLayerRequest,Void> asyncHandler)
           Updates a specified layer.
 

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

Methods in com.amazonaws.services.opsworks.model that return UpdateLayerRequest
 UpdateLayerRequest UpdateLayerRequest.addAttributesEntry(String key, String value)
          One or more user-defined key/value pairs to be added to the stack attributes.
 UpdateLayerRequest UpdateLayerRequest.clearAttributesEntries()
          Removes all the entries added into Attributes.
 UpdateLayerRequest UpdateLayerRequest.withAttributes(Map<String,String> attributes)
          One or more user-defined key/value pairs to be added to the stack attributes.
 UpdateLayerRequest UpdateLayerRequest.withAutoAssignElasticIps(Boolean autoAssignElasticIps)
          Whether to automatically assign an Elastic IP address to the layer's instances.
 UpdateLayerRequest UpdateLayerRequest.withAutoAssignPublicIps(Boolean autoAssignPublicIps)
          For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.
 UpdateLayerRequest UpdateLayerRequest.withCustomInstanceProfileArn(String customInstanceProfileArn)
          The ARN of an IAM profile to be used for all of the layer's EC2 instances.
 UpdateLayerRequest UpdateLayerRequest.withCustomRecipes(Recipes customRecipes)
          A LayerCustomRecipes object that specifies the layer's custom recipes.
 UpdateLayerRequest UpdateLayerRequest.withCustomSecurityGroupIds(Collection<String> customSecurityGroupIds)
          An array containing the layer's custom security group IDs.
 UpdateLayerRequest UpdateLayerRequest.withCustomSecurityGroupIds(String... customSecurityGroupIds)
          An array containing the layer's custom security group IDs.
 UpdateLayerRequest UpdateLayerRequest.withEnableAutoHealing(Boolean enableAutoHealing)
          Whether to disable auto healing for the layer.
 UpdateLayerRequest UpdateLayerRequest.withInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)
          Whether to install operating system and package updates when the instance boots.
 UpdateLayerRequest UpdateLayerRequest.withLayerId(String layerId)
          The layer ID.
 UpdateLayerRequest UpdateLayerRequest.withName(String name)
          The layer name, which is used by the console.
 UpdateLayerRequest UpdateLayerRequest.withPackages(Collection<String> packages)
          An array of Package objects that describe the layer's packages.
 UpdateLayerRequest UpdateLayerRequest.withPackages(String... packages)
          An array of Package objects that describe the layer's packages.
 UpdateLayerRequest UpdateLayerRequest.withShortname(String shortname)
          The layer short name, which is used internally by AWS OpsWorksand by Chef.
 UpdateLayerRequest UpdateLayerRequest.withUseEbsOptimizedInstances(Boolean useEbsOptimizedInstances)
          Whether to use Amazon EBS-optimized instances.
 UpdateLayerRequest UpdateLayerRequest.withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 UpdateLayerRequest UpdateLayerRequest.withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 



Copyright © 2016. All rights reserved.