Uses of Class
com.amazonaws.services.opsworks.model.InstanceIdentity
-
Packages that use InstanceIdentity Package Description com.amazonaws.services.opsworks.model -
-
Uses of InstanceIdentity in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return InstanceIdentity Modifier and Type Method 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.Methods in com.amazonaws.services.opsworks.model with parameters of type InstanceIdentity Modifier and Type Method 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.
-