Uses of Enum Class
io.gs2.cdk.log.model.enums.AccessLogWithTelemetryStatus
Packages that use AccessLogWithTelemetryStatus
-
Uses of AccessLogWithTelemetryStatus in io.gs2.cdk.log.model
Constructors in io.gs2.cdk.log.model with parameters of type AccessLogWithTelemetryStatusModifierConstructorDescriptionAccessLogWithTelemetry(Long timestamp, String sourceRequestId, String requestId, Long duration, String service, String method, String request, String result, AccessLogWithTelemetryStatus status) AccessLogWithTelemetry(Long timestamp, String sourceRequestId, String requestId, Long duration, String service, String method, String request, String result, AccessLogWithTelemetryStatus status, AccessLogWithTelemetryOptions options) -
Uses of AccessLogWithTelemetryStatus in io.gs2.cdk.log.model.enums
Methods in io.gs2.cdk.log.model.enums that return AccessLogWithTelemetryStatusModifier and TypeMethodDescriptionstatic AccessLogWithTelemetryStatusReturns the enum constant of this class with the specified name.static AccessLogWithTelemetryStatus[]AccessLogWithTelemetryStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.