Uses of Class
software.amazon.awssdk.services.securitylake.model.HttpMethod
-
Packages that use HttpMethod Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of HttpMethod in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HttpMethodHttpsNotificationConfiguration. httpMethod()The HTTPS method used for the notification subscription.static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type HttpMethod Modifier and Type Method Description static Set<HttpMethod>HttpMethod. knownValues()Methods in software.amazon.awssdk.services.securitylake.model with parameters of type HttpMethod Modifier and Type Method Description HttpsNotificationConfiguration.BuilderHttpsNotificationConfiguration.Builder. httpMethod(HttpMethod httpMethod)The HTTPS method used for the notification subscription.
-