| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.clone() |
Server |
UpdateServerEngineAttributesResult.getServer()
Contains the response to an
UpdateServerEngineAttributes request. |
Server |
CreateServerResult.getServer()
The server that is created by the request.
|
Server |
UpdateServerResult.getServer()
Contains the response to a
UpdateServer request. |
Server |
StartMaintenanceResult.getServer()
Contains the response to a
StartMaintenance request. |
Server |
Server.withBackupRetentionCount(Integer backupRetentionCount)
The number of automated backups to keep.
|
Server |
Server.withCreatedAt(Date createdAt)
Time stamp of server creation.
|
Server |
Server.withDisableAutomatedBackup(Boolean disableAutomatedBackup)
Disables automated backups.
|
Server |
Server.withEndpoint(String endpoint)
A DNS name that can be used to access the engine.
|
Server |
Server.withEngine(String engine)
The engine type of the server.
|
Server |
Server.withEngineAttributes(Collection<EngineAttribute> engineAttributes)
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
|
Server |
Server.withEngineAttributes(EngineAttribute... engineAttributes)
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
|
Server |
Server.withEngineModel(String engineModel)
The engine model of the server.
|
Server |
Server.withEngineVersion(String engineVersion)
The engine version of the server.
|
Server |
Server.withInstanceProfileArn(String instanceProfileArn)
The instance profile ARN of the server.
|
Server |
Server.withInstanceType(String instanceType)
The instance type for the server, as specified in the CloudFormation stack.
|
Server |
Server.withKeyPair(String keyPair)
The key pair associated with the server.
|
Server |
Server.withMaintenanceStatus(MaintenanceStatus maintenanceStatus)
The status of the most recent server maintenance run.
|
Server |
Server.withMaintenanceStatus(String maintenanceStatus)
The status of the most recent server maintenance run.
|
Server |
Server.withPreferredBackupWindow(String preferredBackupWindow)
The preferred backup period specified for the server.
|
Server |
Server.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The preferred maintenance period specified for the server.
|
Server |
Server.withSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs for the server, as specified in the CloudFormation stack.
|
Server |
Server.withSecurityGroupIds(String... securityGroupIds)
The security group IDs for the server, as specified in the CloudFormation stack.
|
Server |
Server.withServerArn(String serverArn)
The ARN of the server.
|
Server |
Server.withServerName(String serverName)
The name of the server.
|
Server |
Server.withServiceRoleArn(String serviceRoleArn)
The service role ARN used to create the server.
|
Server |
Server.withStatus(ServerStatus status)
The server's status.
|
Server |
Server.withStatus(String status)
The server's status.
|
Server |
Server.withStatusReason(String statusReason)
Depending on the server status, this field has either a human-readable message (such as a create or backup
error), or an escaped block of JSON (used for health check results).
|
Server |
Server.withSubnetIds(Collection<String> subnetIds)
The subnet IDs specified in a CreateServer request.
|
Server |
Server.withSubnetIds(String... subnetIds)
The subnet IDs specified in a CreateServer request.
|
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
DescribeServersResult.getServers()
Contains the response to a
DescribeServers request. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateServerEngineAttributesResult.setServer(Server server)
Contains the response to an
UpdateServerEngineAttributes request. |
void |
CreateServerResult.setServer(Server server)
The server that is created by the request.
|
void |
UpdateServerResult.setServer(Server server)
Contains the response to a
UpdateServer request. |
void |
StartMaintenanceResult.setServer(Server server)
Contains the response to a
StartMaintenance request. |
UpdateServerEngineAttributesResult |
UpdateServerEngineAttributesResult.withServer(Server server)
Contains the response to an
UpdateServerEngineAttributes request. |
CreateServerResult |
CreateServerResult.withServer(Server server)
The server that is created by the request.
|
UpdateServerResult |
UpdateServerResult.withServer(Server server)
Contains the response to a
UpdateServer request. |
StartMaintenanceResult |
StartMaintenanceResult.withServer(Server server)
Contains the response to a
StartMaintenance request. |
DescribeServersResult |
DescribeServersResult.withServers(Server... servers)
Contains the response to a
DescribeServers request. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeServersResult.setServers(Collection<Server> servers)
Contains the response to a
DescribeServers request. |
DescribeServersResult |
DescribeServersResult.withServers(Collection<Server> servers)
Contains the response to a
DescribeServers request. |
Copyright © 2016. All rights reserved.