| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
EngineAttribute |
EngineAttribute.clone() |
EngineAttribute |
ExportServerEngineAttributeResult.getEngineAttribute()
The requested engine attribute pair with attribute name and value.
|
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> |
CreateServerRequest.getEngineAttributes()
Optional engine attributes on a specified server.
|
List<EngineAttribute> |
DisassociateNodeRequest.getEngineAttributes()
Engine attributes that are used for disassociating the node.
|
List<EngineAttribute> |
AssociateNodeRequest.getEngineAttributes()
Engine attributes used for associating the node.
|
List<EngineAttribute> |
DescribeNodeAssociationStatusResult.getEngineAttributes()
Attributes specific to the node association.
|
List<EngineAttribute> |
Server.getEngineAttributes()
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
|
List<EngineAttribute> |
StartMaintenanceRequest.getEngineAttributes()
Engine attributes that are specific to the server on which you want to run maintenance.
|
List<EngineAttribute> |
ExportServerEngineAttributeRequest.getInputAttributes()
The list of engine attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportServerEngineAttributeResult.setEngineAttribute(EngineAttribute engineAttribute)
The requested engine attribute pair with attribute name and value.
|
ExportServerEngineAttributeResult |
ExportServerEngineAttributeResult.withEngineAttribute(EngineAttribute engineAttribute)
The requested engine attribute pair with attribute name and value.
|
CreateServerRequest |
CreateServerRequest.withEngineAttributes(EngineAttribute... engineAttributes)
Optional engine attributes on a specified server.
|
DisassociateNodeRequest |
DisassociateNodeRequest.withEngineAttributes(EngineAttribute... engineAttributes)
Engine attributes that are used for disassociating the node.
|
AssociateNodeRequest |
AssociateNodeRequest.withEngineAttributes(EngineAttribute... engineAttributes)
Engine attributes used for associating the node.
|
DescribeNodeAssociationStatusResult |
DescribeNodeAssociationStatusResult.withEngineAttributes(EngineAttribute... engineAttributes)
Attributes specific to the node association.
|
Server |
Server.withEngineAttributes(EngineAttribute... engineAttributes)
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
|
StartMaintenanceRequest |
StartMaintenanceRequest.withEngineAttributes(EngineAttribute... engineAttributes)
Engine attributes that are specific to the server on which you want to run maintenance.
|
ExportServerEngineAttributeRequest |
ExportServerEngineAttributeRequest.withInputAttributes(EngineAttribute... inputAttributes)
The list of engine attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateServerRequest.setEngineAttributes(Collection<EngineAttribute> engineAttributes)
Optional engine attributes on a specified server.
|
void |
DisassociateNodeRequest.setEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes that are used for disassociating the node.
|
void |
AssociateNodeRequest.setEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes used for associating the node.
|
void |
DescribeNodeAssociationStatusResult.setEngineAttributes(Collection<EngineAttribute> engineAttributes)
Attributes specific to the node association.
|
void |
Server.setEngineAttributes(Collection<EngineAttribute> engineAttributes)
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
|
void |
StartMaintenanceRequest.setEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes that are specific to the server on which you want to run maintenance.
|
void |
ExportServerEngineAttributeRequest.setInputAttributes(Collection<EngineAttribute> inputAttributes)
The list of engine attributes.
|
CreateServerRequest |
CreateServerRequest.withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Optional engine attributes on a specified server.
|
DisassociateNodeRequest |
DisassociateNodeRequest.withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes that are used for disassociating the node.
|
AssociateNodeRequest |
AssociateNodeRequest.withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes used for associating the node.
|
DescribeNodeAssociationStatusResult |
DescribeNodeAssociationStatusResult.withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Attributes specific to the node association.
|
Server |
Server.withEngineAttributes(Collection<EngineAttribute> engineAttributes)
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
|
StartMaintenanceRequest |
StartMaintenanceRequest.withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes that are specific to the server on which you want to run maintenance.
|
ExportServerEngineAttributeRequest |
ExportServerEngineAttributeRequest.withInputAttributes(Collection<EngineAttribute> inputAttributes)
The list of engine attributes.
|
Copyright © 2023. All rights reserved.