| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static HttpMethod |
HttpMethod.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HttpMethod> |
HttpMethod.knownValues()
|
List<HttpMethod> |
RouteSummary.methods()
A list of HTTP methods to match.
|
List<HttpMethod> |
UriPathRouteInput.methods()
A list of HTTP methods to match.
|
List<HttpMethod> |
GetRouteResponse.methods()
A list of HTTP methods to match.
|
| Modifier and Type | Method and Description |
|---|---|
RouteSummary.Builder |
RouteSummary.Builder.methods(HttpMethod... methods)
A list of HTTP methods to match.
|
UriPathRouteInput.Builder |
UriPathRouteInput.Builder.methods(HttpMethod... methods)
A list of HTTP methods to match.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.methods(HttpMethod... methods)
A list of HTTP methods to match.
|
| Modifier and Type | Method and Description |
|---|---|
RouteSummary.Builder |
RouteSummary.Builder.methods(Collection<HttpMethod> methods)
A list of HTTP methods to match.
|
UriPathRouteInput.Builder |
UriPathRouteInput.Builder.methods(Collection<HttpMethod> methods)
A list of HTTP methods to match.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.methods(Collection<HttpMethod> methods)
A list of HTTP methods to match.
|
Copyright © 2023. All rights reserved.