Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.EntityRejectionErrorType
Packages that use EntityRejectionErrorType
-
Uses of EntityRejectionErrorType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return EntityRejectionErrorTypeModifier and TypeMethodDescriptionfinal EntityRejectionErrorTypeRejectedEntityInfo.errorType()The type of error that caused the rejection of the entity when callingPutLogEvents.static EntityRejectionErrorTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EntityRejectionErrorTypeReturns the enum constant of this type with the specified name.static EntityRejectionErrorType[]EntityRejectionErrorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type EntityRejectionErrorTypeModifier and TypeMethodDescriptionstatic Set<EntityRejectionErrorType>EntityRejectionErrorType.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type EntityRejectionErrorTypeModifier and TypeMethodDescriptionRejectedEntityInfo.Builder.errorType(EntityRejectionErrorType errorType) The type of error that caused the rejection of the entity when callingPutLogEvents.