Uses of Class
com.google.cloud.storage.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in com.google.cloud.storage
Fields in com.google.cloud.storage declared as HttpMethodModifier and TypeFieldDescriptionstatic final HttpMethodHttpMethod.DELETEstatic final HttpMethodHttpMethod.GETstatic final HttpMethodHttpMethod.HEADstatic final HttpMethodHttpMethod.OPTIONSstatic final HttpMethodHttpMethod.POSTstatic final HttpMethodHttpMethod.PUTMethods in com.google.cloud.storage that return HttpMethodModifier and TypeMethodDescriptionSignatureInfo.getHttpVerb()static HttpMethodGet the HttpMethod for the given String constant, and allow unrecognized values.static HttpMethodHttpMethod.valueOfStrict(String constant) Get the HttpMethod for the given String constant, and throw an exception if the constant is not recognized.static HttpMethod[]HttpMethod.values()Return the known values for HttpMethod.Methods in com.google.cloud.storage that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionCors.getMethods()Returns the HTTP methods supported by this CORS configuration.Methods in com.google.cloud.storage with parameters of type HttpMethodModifier and TypeMethodDescriptionstatic Storage.SignUrlOptionStorage.SignUrlOption.httpMethod(HttpMethod httpMethod) The HTTP method to be used with the signed URL.Method parameters in com.google.cloud.storage with type arguments of type HttpMethodModifier and TypeMethodDescriptionCors.Builder.setMethods(Iterable<HttpMethod> methods) Sets the HTTP methods supported by this CORS configuration.Constructors in com.google.cloud.storage with parameters of type HttpMethodModifierConstructorDescriptionBuilder(HttpMethod httpVerb, long expiration, URI canonicalizedResource) Constructs builder.