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

Packages that use UpdateInstanceRequest
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 UpdateInstanceRequest in com.amazonaws.services.opsworks
 

Methods in com.amazonaws.services.opsworks with parameters of type UpdateInstanceRequest
 void AWSOpsWorksClient.updateInstance(UpdateInstanceRequest updateInstanceRequest)
           Updates a specified instance.
 void AWSOpsWorks.updateInstance(UpdateInstanceRequest updateInstanceRequest)
           Updates a specified instance.
 Future<Void> AWSOpsWorksAsyncClient.updateInstanceAsync(UpdateInstanceRequest updateInstanceRequest)
           Updates a specified instance.
 Future<Void> AWSOpsWorksAsync.updateInstanceAsync(UpdateInstanceRequest updateInstanceRequest)
           Updates a specified instance.
 Future<Void> AWSOpsWorksAsyncClient.updateInstanceAsync(UpdateInstanceRequest updateInstanceRequest, AsyncHandler<UpdateInstanceRequest,Void> asyncHandler)
           Updates a specified instance.
 Future<Void> AWSOpsWorksAsync.updateInstanceAsync(UpdateInstanceRequest updateInstanceRequest, AsyncHandler<UpdateInstanceRequest,Void> asyncHandler)
           Updates a specified instance.
 

Method parameters in com.amazonaws.services.opsworks with type arguments of type UpdateInstanceRequest
 Future<Void> AWSOpsWorksAsyncClient.updateInstanceAsync(UpdateInstanceRequest updateInstanceRequest, AsyncHandler<UpdateInstanceRequest,Void> asyncHandler)
           Updates a specified instance.
 Future<Void> AWSOpsWorksAsync.updateInstanceAsync(UpdateInstanceRequest updateInstanceRequest, AsyncHandler<UpdateInstanceRequest,Void> asyncHandler)
           Updates a specified instance.
 

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

Methods in com.amazonaws.services.opsworks.model that return UpdateInstanceRequest
 UpdateInstanceRequest UpdateInstanceRequest.withAmiId(String amiId)
          A custom AMI ID to be used to create the instance.
 UpdateInstanceRequest UpdateInstanceRequest.withArchitecture(Architecture architecture)
          The instance architecture.
 UpdateInstanceRequest UpdateInstanceRequest.withArchitecture(String architecture)
          The instance architecture.
 UpdateInstanceRequest UpdateInstanceRequest.withAutoScalingType(AutoScalingType autoScalingType)
          The instance's auto scaling type, which has three possible values: AlwaysRunning: A 24/7 instance, which is not affected by auto scaling. TimeBasedAutoScaling: A time-based auto scaling instance, which is started and stopped based on a specified schedule. LoadBasedAutoScaling: A load-based auto scaling instance, which is started and stopped based on load metrics.
 UpdateInstanceRequest UpdateInstanceRequest.withAutoScalingType(String autoScalingType)
          The instance's auto scaling type, which has three possible values: AlwaysRunning: A 24/7 instance, which is not affected by auto scaling. TimeBasedAutoScaling: A time-based auto scaling instance, which is started and stopped based on a specified schedule. LoadBasedAutoScaling: A load-based auto scaling instance, which is started and stopped based on load metrics.
 UpdateInstanceRequest UpdateInstanceRequest.withEbsOptimized(Boolean ebsOptimized)
          Whether this is an Amazon EBS-optimized instance.
 UpdateInstanceRequest UpdateInstanceRequest.withHostname(String hostname)
          The instance host name.
 UpdateInstanceRequest UpdateInstanceRequest.withInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)
          Whether to install operating system and package updates when the instance boots.
 UpdateInstanceRequest UpdateInstanceRequest.withInstanceId(String instanceId)
          The instance ID.
 UpdateInstanceRequest UpdateInstanceRequest.withInstanceType(String instanceType)
          The instance type.
 UpdateInstanceRequest UpdateInstanceRequest.withLayerIds(Collection<String> layerIds)
          The instance's layer IDs.
 UpdateInstanceRequest UpdateInstanceRequest.withLayerIds(String... layerIds)
          The instance's layer IDs.
 UpdateInstanceRequest UpdateInstanceRequest.withOs(String os)
          The instance operating system, which must be set to one of the following.
 UpdateInstanceRequest UpdateInstanceRequest.withSshKeyName(String sshKeyName)
          The instance SSH key name.
 



Copyright © 2016. All rights reserved.