Uses of Interface
org.jclouds.ec2.features.InstanceApi
-
Packages that use InstanceApi Package Description org.jclouds.aws.ec2.features org.jclouds.ec2 org.jclouds.ec2.predicates -
-
Uses of InstanceApi in org.jclouds.aws.ec2.features
Subinterfaces of InstanceApi in org.jclouds.aws.ec2.features Modifier and Type Interface Description interface
AWSInstanceApi
Provides access to EC2 Instance Services via their REST API. -
Uses of InstanceApi in org.jclouds.ec2
Methods in org.jclouds.ec2 that return types with arguments of type InstanceApi Modifier and Type Method Description com.google.common.base.Optional<? extends InstanceApi>
EC2Api. getInstanceApi()
Provides synchronous access to Instance services.com.google.common.base.Optional<? extends InstanceApi>
EC2Api. getInstanceApiForRegion(String region)
-
Uses of InstanceApi in org.jclouds.ec2.predicates
Constructors in org.jclouds.ec2.predicates with parameters of type InstanceApi Constructor Description InstanceStateStopped(InstanceApi client)
-