Uses of Class
com.amazonaws.services.opsworks.model.InstanceIdentity
Packages that use InstanceIdentity
-
Uses of InstanceIdentity in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return InstanceIdentityModifier and TypeMethodDescriptionInstanceIdentity.clone()
RegisterInstanceRequest.getInstanceIdentity()
An InstanceIdentity object that contains the instance's identity.InstanceIdentity.withDocument
(String document) A JSON document that contains the metadata.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 InstanceIdentityModifier and TypeMethodDescriptionvoid
RegisterInstanceRequest.setInstanceIdentity
(InstanceIdentity instanceIdentity) An InstanceIdentity object that contains the instance's identity.RegisterInstanceRequest.withInstanceIdentity
(InstanceIdentity instanceIdentity) An InstanceIdentity object that contains the instance's identity.