Uses of Interface
org.jclouds.softlayer.SoftLayerApi
- 
Packages that use SoftLayerApi Package Description org.jclouds.softlayer.compute.config org.jclouds.softlayer.compute.strategy  - 
- 
Uses of SoftLayerApi in org.jclouds.softlayer.compute.config
Methods in org.jclouds.softlayer.compute.config with parameters of type SoftLayerApi Modifier and Type Method Description com.google.common.base.Supplier<ContainerVirtualGuestConfiguration>SoftLayerComputeServiceContextModule. getCreateObjectOptions(AtomicReference<AuthorizationException> authException, long seconds, SoftLayerApi api) - 
Uses of SoftLayerApi in org.jclouds.softlayer.compute.strategy
Constructors in org.jclouds.softlayer.compute.strategy with parameters of type SoftLayerApi Constructor Description SoftLayerComputeServiceAdapter(SoftLayerApi api, SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent virtualGuestHasLoginDetailsPresent, com.google.common.base.Supplier<ContainerVirtualGuestConfiguration> createObjectOptionsSupplier, long guestLoginDelay, long activeTransactionsDelay)VirtualGuestHasLoginDetailsPresent(SoftLayerApi client) 
 -