Uses of Class
software.amazon.awssdk.services.datapipeline.model.InstanceIdentity
-
Packages that use InstanceIdentity Package Description software.amazon.awssdk.services.datapipeline.model -
-
Uses of InstanceIdentity in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return InstanceIdentity Modifier and Type Method Description InstanceIdentityPollForTaskRequest. instanceIdentity()Identity information for the EC2 instance that is hosting the task runner.Methods in software.amazon.awssdk.services.datapipeline.model with parameters of type InstanceIdentity Modifier and Type Method Description PollForTaskRequest.BuilderPollForTaskRequest.Builder. instanceIdentity(InstanceIdentity instanceIdentity)Identity information for the EC2 instance that is hosting the task runner.
-