public class PathMarshallers extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
PathMarshallers.PathMarshaller |
Interface for marshalling to a path parameter.
|
| Modifier and Type | Field | Description |
|---|---|---|
static PathMarshallers.PathMarshaller |
GREEDY |
Marshaller for greedy path labels.
|
static PathMarshallers.PathMarshaller |
IDEMPOTENCY |
Marshaller for members marked with the idempotency trait.
|
static PathMarshallers.PathMarshaller |
NON_GREEDY |
Marshaller for non greedy path labels.
|
| Constructor | Description |
|---|---|
PathMarshallers() |
public static final PathMarshallers.PathMarshaller NON_GREEDY
public static final PathMarshallers.PathMarshaller GREEDY
public static final PathMarshallers.PathMarshaller IDEMPOTENCY
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.