Uses of Class
com.amazonaws.services.opsworks.model.UpdateLayerRequest
Packages that use UpdateLayerRequest
-
Uses of UpdateLayerRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type UpdateLayerRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.updateLayer(UpdateLayerRequest request) AWSOpsWorks.updateLayer(UpdateLayerRequest updateLayerRequest) Updates a specified layer.AWSOpsWorksClient.updateLayer(UpdateLayerRequest updateLayerRequest) Updates a specified layer.AbstractAWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest request) AbstractAWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest request, AsyncHandler<UpdateLayerRequest, UpdateLayerResult> asyncHandler) AWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest updateLayerRequest) Updates a specified layer.AWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest updateLayerRequest, AsyncHandler<UpdateLayerRequest, UpdateLayerResult> asyncHandler) Updates a specified layer.AWSOpsWorksAsyncClient.updateLayerAsync(UpdateLayerRequest request) AWSOpsWorksAsyncClient.updateLayerAsync(UpdateLayerRequest request, AsyncHandler<UpdateLayerRequest, UpdateLayerResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type UpdateLayerRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest request, AsyncHandler<UpdateLayerRequest, UpdateLayerResult> asyncHandler) AWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest updateLayerRequest, AsyncHandler<UpdateLayerRequest, UpdateLayerResult> asyncHandler) Updates a specified layer.AWSOpsWorksAsyncClient.updateLayerAsync(UpdateLayerRequest request, AsyncHandler<UpdateLayerRequest, UpdateLayerResult> asyncHandler) -
Uses of UpdateLayerRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return UpdateLayerRequestModifier and TypeMethodDescriptionUpdateLayerRequest.addAttributesEntry(String key, String value) UpdateLayerRequest.clearAttributesEntries()Removes all the entries added into Attributes.UpdateLayerRequest.clone()UpdateLayerRequest.withAttributes(Map<String, String> attributes) One or more user-defined key/value pairs to be added to the stack attributes.UpdateLayerRequest.withAutoAssignElasticIps(Boolean autoAssignElasticIps) Whether to automatically assign an Elastic IP address to the layer's instances.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.withCustomInstanceProfileArn(String customInstanceProfileArn) The ARN of an IAM profile to be used for all of the layer's EC2 instances.UpdateLayerRequest.withCustomJson(String customJson) A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances.UpdateLayerRequest.withCustomRecipes(Recipes customRecipes) ALayerCustomRecipesobject that specifies the layer's custom recipes.UpdateLayerRequest.withCustomSecurityGroupIds(String... customSecurityGroupIds) An array containing the layer's custom security group IDs.UpdateLayerRequest.withCustomSecurityGroupIds(Collection<String> customSecurityGroupIds) An array containing the layer's custom security group IDs.UpdateLayerRequest.withEnableAutoHealing(Boolean enableAutoHealing) Whether to disable auto healing for the layer.UpdateLayerRequest.withInstallUpdatesOnBoot(Boolean installUpdatesOnBoot) Whether to install operating system and package updates when the instance boots.UpdateLayerRequest.withLayerId(String layerId) The layer ID.UpdateLayerRequest.withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration) The layer name, which is used by the console.UpdateLayerRequest.withPackages(String... packages) An array ofPackageobjects that describe the layer's packages.UpdateLayerRequest.withPackages(Collection<String> packages) An array ofPackageobjects that describe the layer's packages.UpdateLayerRequest.withShortname(String shortname) For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorksand by Chef.UpdateLayerRequest.withUseEbsOptimizedInstances(Boolean useEbsOptimizedInstances) Whether to use Amazon EBS-optimized instances.UpdateLayerRequest.withVolumeConfigurations(VolumeConfiguration... volumeConfigurations) AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.UpdateLayerRequest.withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.