Uses of Interface
software.amazon.awssdk.services.appmesh.model.Logging.Builder
-
Packages that use Logging.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of Logging.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return Logging.Builder Modifier and Type Method Description default Logging.BuilderLogging.Builder. accessLog(Consumer<AccessLog.Builder> accessLog)The access log configuration for a virtual node.Logging.BuilderLogging.Builder. accessLog(AccessLog accessLog)The access log configuration for a virtual node.static Logging.BuilderLogging. builder()Logging.BuilderLogging. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type Logging.Builder Modifier and Type Method Description static Class<? extends Logging.Builder>Logging. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type Logging.Builder Modifier and Type Method Description default VirtualNodeSpec.BuilderVirtualNodeSpec.Builder. logging(Consumer<Logging.Builder> logging)The inbound and outbound access logging information for the virtual node.
-