Uses of Enum
software.amazon.awssdk.http.SdkHttpMethod
Packages that use SdkHttpMethod
-
Uses of SdkHttpMethod in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http that return SdkHttpMethodModifier and TypeMethodDescriptionstatic SdkHttpMethodSdkHttpFullRequest.Builder.method()The path, exactly as it was configured withSdkHttpFullRequest.Builder.method(SdkHttpMethod).SdkHttpRequest.Builder.method()The path, exactly as it was configured withSdkHttpRequest.Builder.method(SdkHttpMethod).SdkHttpRequest.method()Returns the HTTP method (GET, POST, etc) to use when sending this request.static SdkHttpMethodReturns the enum constant of this type with the specified name.static SdkHttpMethod[]SdkHttpMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.http with parameters of type SdkHttpMethodModifier and TypeMethodDescriptionSdkHttpFullRequest.Builder.method(SdkHttpMethod httpMethod) Configure anSdkHttpRequest.method()to be used in the created HTTP request.SdkHttpRequest.Builder.method(SdkHttpMethod httpMethod) Configure anSdkHttpRequest.method()to be used in the created HTTP request.