Uses of Interface
software.amazon.awssdk.services.mq.model.PendingLogs.Builder
-
Packages that use PendingLogs.Builder Package Description software.amazon.awssdk.services.mq.model -
-
Uses of PendingLogs.Builder in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return PendingLogs.Builder Modifier and Type Method Description PendingLogs.BuilderPendingLogs.Builder. audit(Boolean audit)Enables audit logging.static PendingLogs.BuilderPendingLogs. builder()PendingLogs.BuilderPendingLogs.Builder. general(Boolean general)Enables general logging.PendingLogs.BuilderPendingLogs. toBuilder()Methods in software.amazon.awssdk.services.mq.model that return types with arguments of type PendingLogs.Builder Modifier and Type Method Description static Class<? extends PendingLogs.Builder>PendingLogs. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mq.model with type arguments of type PendingLogs.Builder Modifier and Type Method Description default LogsSummary.BuilderLogsSummary.Builder. pending(Consumer<PendingLogs.Builder> pending)The list of information about logs pending to be deployed for the specified broker.
-