Uses of Class
org.jclouds.rest.internal.GeneratedHttpRequest
-
-
Uses of GeneratedHttpRequest in org.jclouds.aws.util
Methods in org.jclouds.aws.util with parameters of type GeneratedHttpRequest Modifier and Type Method Description static String
AWSUtils. findRegionInArgsOrNull(GeneratedHttpRequest gRequest)
-
Uses of GeneratedHttpRequest in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util with parameters of type GeneratedHttpRequest Modifier and Type Method Description static String
BlobStoreUtils. getNameFor(GeneratedHttpRequest request)
-
Uses of GeneratedHttpRequest in org.jclouds.collect.internal
Fields in org.jclouds.collect.internal declared as GeneratedHttpRequest Modifier and Type Field Description protected GeneratedHttpRequest
ArgsToPagedIterable. request
Methods in org.jclouds.collect.internal with parameters of type GeneratedHttpRequest Modifier and Type Method Description protected List<Object>
Arg0ToPagedIterable.FromCaller. getArgs(GeneratedHttpRequest request)
protected List<Object>
ArgsToPagedIterable.FromCaller. getArgs(GeneratedHttpRequest request)
protected List<Object>
ArgsToPagedIterable. getArgs(GeneratedHttpRequest request)
-
Uses of GeneratedHttpRequest in org.jclouds.ec2.xml
Methods in org.jclouds.ec2.xml with parameters of type GeneratedHttpRequest Modifier and Type Method Description static String
CreateVolumeResponseHandler. findAvailabilityZoneInArgsOrNull(GeneratedHttpRequest gRequest, Set<String> zones)
-
Uses of GeneratedHttpRequest in org.jclouds.http.functions
Methods in org.jclouds.http.functions that return GeneratedHttpRequest Modifier and Type Method Description protected GeneratedHttpRequest
ParseSax.HandlerForGeneratedRequestWithResult. getRequest()
-
Uses of GeneratedHttpRequest in org.jclouds.openstack.keystone.v2_0.binders
Methods in org.jclouds.openstack.keystone.v2_0.binders with parameters of type GeneratedHttpRequest Modifier and Type Method Description protected TenantOrDomainAndCredentials<?>
BindAuthToJsonPayload. findCredentialsInArgs(GeneratedHttpRequest gRequest)
-
Uses of GeneratedHttpRequest in org.jclouds.rest.internal
Methods in org.jclouds.rest.internal that return GeneratedHttpRequest Modifier and Type Method Description GeneratedHttpRequest
RestAnnotationProcessor. apply(Invocation invocation)
GeneratedHttpRequest
GeneratedHttpRequest.Builder. build()
GeneratedHttpRequest
RestAnnotationProcessor. createRequest(com.google.common.reflect.Invokable<?,?> invokable, List<Object> args)
Deprecated.Methods in org.jclouds.rest.internal with parameters of type GeneratedHttpRequest Modifier and Type Method Description GeneratedHttpRequest.Builder
GeneratedHttpRequest.Builder. fromGeneratedHttpRequest(GeneratedHttpRequest in)
-