| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm |
|
| com.amazonaws.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServerResult> |
AWSOpsWorksCMAsyncClient.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
Future<CreateServerResult> |
AWSOpsWorksCMAsync.createServerAsync(CreateServerRequest createServerRequest,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler)
Creates and immedately starts a new server.
|
Future<CreateServerResult> |
AbstractAWSOpsWorksCMAsync.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateServerRequest |
CreateServerRequest.clone() |
CreateServerRequest |
CreateServerRequest.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
Associate a public IP address with a server that you are launching.
|
CreateServerRequest |
CreateServerRequest.withBackupId(String backupId)
If you specify this field, AWS OpsWorks for Chef Automate creates the server by using the backup represented by
BackupId.
|
CreateServerRequest |
CreateServerRequest.withBackupRetentionCount(Integer backupRetentionCount)
The number of automated backups that you want to keep.
|
CreateServerRequest |
CreateServerRequest.withDisableAutomatedBackup(Boolean disableAutomatedBackup)
Enable or disable scheduled backups.
|
CreateServerRequest |
CreateServerRequest.withEngine(String engine)
The configuration management engine to use.
|
CreateServerRequest |
CreateServerRequest.withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Optional engine attributes on a specified server.
|
CreateServerRequest |
CreateServerRequest.withEngineAttributes(EngineAttribute... engineAttributes)
Optional engine attributes on a specified server.
|
CreateServerRequest |
CreateServerRequest.withEngineModel(String engineModel)
The engine model, or option.
|
CreateServerRequest |
CreateServerRequest.withEngineVersion(String engineVersion)
The major release version of the engine that you want to use.
|
CreateServerRequest |
CreateServerRequest.withInstanceProfileArn(String instanceProfileArn)
The ARN of the instance profile that your Amazon EC2 instances use.
|
CreateServerRequest |
CreateServerRequest.withInstanceType(String instanceType)
The Amazon EC2 instance type to use.
|
CreateServerRequest |
CreateServerRequest.withKeyPair(String keyPair)
The Amazon EC2 key pair to set for the instance.
|
CreateServerRequest |
CreateServerRequest.withPreferredBackupWindow(String preferredBackupWindow)
The start time for a one-hour period during which AWS OpsWorks for Chef Automate backs up application-level data
on your server if automated backups are enabled.
|
CreateServerRequest |
CreateServerRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The start time for a one-hour period each week during which AWS OpsWorks for Chef Automate performs maintenance
on the instance.
|
CreateServerRequest |
CreateServerRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs to attach to the Amazon EC2 instance.
|
CreateServerRequest |
CreateServerRequest.withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs to attach to the Amazon EC2 instance.
|
CreateServerRequest |
CreateServerRequest.withServerName(String serverName)
The name of the server.
|
CreateServerRequest |
CreateServerRequest.withServiceRoleArn(String serviceRoleArn)
The service role that the AWS OpsWorks for Chef Automate service backend uses to work with your account.
|
CreateServerRequest |
CreateServerRequest.withSubnetIds(Collection<String> subnetIds)
The IDs of subnets in which to launch the server EC2 instance.
|
CreateServerRequest |
CreateServerRequest.withSubnetIds(String... subnetIds)
The IDs of subnets in which to launch the server EC2 instance.
|
Copyright © 2017. All rights reserved.