| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
EngineAttribute |
EngineAttribute.clone() |
EngineAttribute |
EngineAttribute.withName(String name)
The name of the engine attribute.
|
EngineAttribute |
EngineAttribute.withValue(String value)
The value of the engine attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<EngineAttribute> |
Server.getEngineAttributes()
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
|
List<EngineAttribute> |
CreateServerRequest.getEngineAttributes()
Engine attributes on a specified server.
|
List<EngineAttribute> |
AssociateNodeRequest.getEngineAttributes() |
List<EngineAttribute> |
DisassociateNodeRequest.getEngineAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.withEngineAttributes(EngineAttribute... engineAttributes)
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
|
CreateServerRequest |
CreateServerRequest.withEngineAttributes(EngineAttribute... engineAttributes)
Engine attributes on a specified server.
|
AssociateNodeRequest |
AssociateNodeRequest.withEngineAttributes(EngineAttribute... engineAttributes)
NOTE: This method appends the values to the existing list (if any).
|
DisassociateNodeRequest |
DisassociateNodeRequest.withEngineAttributes(EngineAttribute... engineAttributes)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Server.setEngineAttributes(Collection<EngineAttribute> engineAttributes)
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
|
void |
CreateServerRequest.setEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes on a specified server.
|
void |
AssociateNodeRequest.setEngineAttributes(Collection<EngineAttribute> engineAttributes) |
void |
DisassociateNodeRequest.setEngineAttributes(Collection<EngineAttribute> engineAttributes) |
Server |
Server.withEngineAttributes(Collection<EngineAttribute> engineAttributes)
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
|
CreateServerRequest |
CreateServerRequest.withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes on a specified server.
|
AssociateNodeRequest |
AssociateNodeRequest.withEngineAttributes(Collection<EngineAttribute> engineAttributes) |
DisassociateNodeRequest |
DisassociateNodeRequest.withEngineAttributes(Collection<EngineAttribute> engineAttributes) |
Copyright © 2016. All rights reserved.