Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.RecordField
-
Packages that use RecordField Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 RecordField Modifier and Type Method Description 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 RecordField Modifier and Type Method Description ConfigurationTemplate.BuilderConfigurationTemplate.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 RecordField Modifier and Type Method Description ConfigurationTemplate.BuilderConfigurationTemplate.Builder. allowedFields(Collection<RecordField> allowedFields)The allowed fields that a caller can use in therecordFieldsparameter of a CreateDelivery or UpdateDeliveryConfiguration operation.
-