Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.RecordField
Packages that use RecordField
-
Uses of RecordField in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type RecordFieldModifier and TypeMethodDescriptionfinal List<RecordField>ConfigurationTemplate.allowedFields()The allowed fields that a caller can use in therecordFieldsparameter of a CreateDelivery or UpdateDeliveryConfiguration operation.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type RecordFieldModifier and TypeMethodDescriptionConfigurationTemplate.Builder.allowedFields(RecordField... allowedFields) The allowed fields that a caller can use in therecordFieldsparameter of a CreateDelivery or UpdateDeliveryConfiguration operation.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type RecordFieldModifier and TypeMethodDescriptionConfigurationTemplate.Builder.allowedFields(Collection<RecordField> allowedFields) The allowed fields that a caller can use in therecordFieldsparameter of a CreateDelivery or UpdateDeliveryConfiguration operation.