Uses of Class
com.amazonaws.services.datapipeline.model.InstanceIdentity
-
Packages that use InstanceIdentity Package Description com.amazonaws.services.datapipeline.model -
-
Uses of InstanceIdentity in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return InstanceIdentity Modifier and Type Method Description InstanceIdentityInstanceIdentity. clone()InstanceIdentityPollForTaskRequest. getInstanceIdentity()Identity information for the EC2 instance that is hosting the task runner.InstanceIdentityInstanceIdentity. withDocument(String document)A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.InstanceIdentityInstanceIdentity. withSignature(String signature)A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.Methods in com.amazonaws.services.datapipeline.model with parameters of type InstanceIdentity Modifier and Type Method Description voidPollForTaskRequest. setInstanceIdentity(InstanceIdentity instanceIdentity)Identity information for the EC2 instance that is hosting the task runner.PollForTaskRequestPollForTaskRequest. withInstanceIdentity(InstanceIdentity instanceIdentity)Identity information for the EC2 instance that is hosting the task runner.
-