Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.EntityRejectionErrorType
-
Packages that use EntityRejectionErrorType Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of EntityRejectionErrorType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return EntityRejectionErrorType Modifier and Type Method Description EntityRejectionErrorTypeRejectedEntityInfo. errorType()The type of error that caused the rejection of the entity when callingPutLogEvents.static EntityRejectionErrorTypeEntityRejectionErrorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EntityRejectionErrorTypeEntityRejectionErrorType. valueOf(String name)Returns 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 EntityRejectionErrorType Modifier and Type Method Description static Set<EntityRejectionErrorType>EntityRejectionErrorType. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type EntityRejectionErrorType Modifier and Type Method Description RejectedEntityInfo.BuilderRejectedEntityInfo.Builder. errorType(EntityRejectionErrorType errorType)The type of error that caused the rejection of the entity when callingPutLogEvents.
-