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 InstanceIdentityInstanceIdentity. clone()InstanceIdentityRegisterInstanceRequest. getInstanceIdentity()An InstanceIdentity object that contains the instance's identity.InstanceIdentityInstanceIdentity. withDocument(String document)A JSON document that contains the metadata.InstanceIdentityInstanceIdentity. 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 voidRegisterInstanceRequest. setInstanceIdentity(InstanceIdentity instanceIdentity)An InstanceIdentity object that contains the instance's identity.RegisterInstanceRequestRegisterInstanceRequest. withInstanceIdentity(InstanceIdentity instanceIdentity)An InstanceIdentity object that contains the instance's identity.
-