Uses of Enum
software.amazon.awssdk.services.eventbridge.model.IncludeDetail
Packages that use IncludeDetail
-
Uses of IncludeDetail in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return IncludeDetailModifier and TypeMethodDescriptionstatic IncludeDetailUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IncludeDetailLogConfig.includeDetail()Whether EventBridge include detailed event information in the records it generates.static IncludeDetailReturns the enum constant of this type with the specified name.static IncludeDetail[]IncludeDetail.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type IncludeDetailMethods in software.amazon.awssdk.services.eventbridge.model with parameters of type IncludeDetailModifier and TypeMethodDescriptionLogConfig.Builder.includeDetail(IncludeDetail includeDetail) Whether EventBridge include detailed event information in the records it generates.