Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.HttpMethod
-
Packages that use HttpMethod Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of HttpMethod in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.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.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.migrationhubrefactorspaces.model that return types with arguments of type HttpMethod Modifier and Type Method Description static Set<HttpMethod>HttpMethod. knownValues()List<HttpMethod>GetRouteResponse. methods()A list of HTTP methods to match.List<HttpMethod>RouteSummary. methods()A list of HTTP methods to match.List<HttpMethod>UriPathRouteInput. methods()A list of HTTP methods to match.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type HttpMethod Modifier and Type Method Description GetRouteResponse.BuilderGetRouteResponse.Builder. methods(HttpMethod... methods)A list of HTTP methods to match.RouteSummary.BuilderRouteSummary.Builder. methods(HttpMethod... methods)A list of HTTP methods to match.UriPathRouteInput.BuilderUriPathRouteInput.Builder. methods(HttpMethod... methods)A list of HTTP methods to match.Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces.model with type arguments of type HttpMethod Modifier and Type Method Description GetRouteResponse.BuilderGetRouteResponse.Builder. methods(Collection<HttpMethod> methods)A list of HTTP methods to match.RouteSummary.BuilderRouteSummary.Builder. methods(Collection<HttpMethod> methods)A list of HTTP methods to match.UriPathRouteInput.BuilderUriPathRouteInput.Builder. methods(Collection<HttpMethod> methods)A list of HTTP methods to match.
-