Package | Description |
---|---|
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private InstanceIdentity |
PollForTaskRequest.instanceIdentity
Identity information for the EC2 instance that is hosting the task
runner.
|
Modifier and Type | Method and Description |
---|---|
InstanceIdentity |
InstanceIdentity.clone() |
InstanceIdentity |
PollForTaskRequest.getInstanceIdentity()
Identity information for the EC2 instance that is hosting the task
runner.
|
InstanceIdentity |
InstanceIdentity.withDocument(java.lang.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.
|
InstanceIdentity |
InstanceIdentity.withSignature(java.lang.String signature)
A signature which can be used to verify the accuracy and authenticity of
the information provided in the instance identity document.
|
Modifier and Type | Method and Description |
---|---|
void |
PollForTaskRequest.setInstanceIdentity(InstanceIdentity instanceIdentity)
Identity information for the EC2 instance that is hosting the task
runner.
|
PollForTaskRequest |
PollForTaskRequest.withInstanceIdentity(InstanceIdentity instanceIdentity)
Identity information for the EC2 instance that is hosting the task
runner.
|
Modifier and Type | Method and Description |
---|---|
InstanceIdentity |
InstanceIdentityJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceIdentityJsonMarshaller.marshall(InstanceIdentity instanceIdentity,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|