Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.