Uses of Class
software.amazon.awssdk.services.appmesh.model.JsonFormatRef
-
Packages that use JsonFormatRef Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of JsonFormatRef in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type JsonFormatRef Modifier and Type Method Description List<JsonFormatRef>LoggingFormat. json()Methods in software.amazon.awssdk.services.appmesh.model with parameters of type JsonFormatRef Modifier and Type Method Description LoggingFormat.BuilderLoggingFormat.Builder. json(JsonFormatRef... json)Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type JsonFormatRef Modifier and Type Method Description static LoggingFormatLoggingFormat. fromJson(List<JsonFormatRef> json)Create an instance of this class withLoggingFormat.json()initialized to the given value.LoggingFormat.BuilderLoggingFormat.Builder. json(Collection<JsonFormatRef> json)
-