Uses of Class
org.jclouds.reflect.InvocationSuccess
-
Packages that use InvocationSuccess Package Description org.jclouds.openstack.v2_0.functions org.jclouds.reflect org.jclouds.rest.functions org.jclouds.rest.internal -
-
Uses of InvocationSuccess in org.jclouds.openstack.v2_0.functions
Methods in org.jclouds.openstack.v2_0.functions with parameters of type InvocationSuccess Modifier and Type Method Description com.google.common.base.Optional<Object>
PresentWhenExtensionAnnotationMatchesExtensionSet. apply(InvocationSuccess input)
-
Uses of InvocationSuccess in org.jclouds.reflect
Methods in org.jclouds.reflect that return InvocationSuccess Modifier and Type Method Description static InvocationSuccess
InvocationSuccess. create(Invocation invocation, Object result)
-
Uses of InvocationSuccess in org.jclouds.rest.functions
Methods in org.jclouds.rest.functions with parameters of type InvocationSuccess Modifier and Type Method Description com.google.common.base.Optional<Object>
AlwaysPresentImplicitOptionalConverter. apply(InvocationSuccess input)
com.google.common.base.Optional<Object>
PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion. apply(InvocationSuccess input)
-
Uses of InvocationSuccess in org.jclouds.rest.internal
Fields in org.jclouds.rest.internal with type parameters of type InvocationSuccess Modifier and Type Field Description protected com.google.common.base.Function<InvocationSuccess,com.google.common.base.Optional<Object>>
DelegatesToInvocationFunction. optionalConverter
-