Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
InstanceIdentity |
InstanceIdentity.clone() |
InstanceIdentity |
RegisterInstanceRequest.getInstanceIdentity()
An InstanceIdentity object that contains the instance's identity.
|
InstanceIdentity |
InstanceIdentity.withDocument(String document)
A JSON document that contains the metadata.
|
InstanceIdentity |
InstanceIdentity.withSignature(String signature)
A signature that can be used to verify the document's accuracy and
authenticity.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterInstanceRequest.setInstanceIdentity(InstanceIdentity instanceIdentity)
An InstanceIdentity object that contains the instance's identity.
|
RegisterInstanceRequest |
RegisterInstanceRequest.withInstanceIdentity(InstanceIdentity instanceIdentity)
An InstanceIdentity object that contains the instance's identity.
|
Copyright © 2018. All rights reserved.