Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.RejectedEntityInfo.Builder
-
Packages that use RejectedEntityInfo.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of RejectedEntityInfo.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return RejectedEntityInfo.Builder Modifier and Type Method Description static RejectedEntityInfo.BuilderRejectedEntityInfo. builder()RejectedEntityInfo.BuilderRejectedEntityInfo.Builder. errorType(String errorType)The type of error that caused the rejection of the entity when callingPutLogEvents.RejectedEntityInfo.BuilderRejectedEntityInfo.Builder. errorType(EntityRejectionErrorType errorType)The type of error that caused the rejection of the entity when callingPutLogEvents.RejectedEntityInfo.BuilderRejectedEntityInfo. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type RejectedEntityInfo.Builder Modifier and Type Method Description static Class<? extends RejectedEntityInfo.Builder>RejectedEntityInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type RejectedEntityInfo.Builder Modifier and Type Method Description default PutLogEventsResponse.BuilderPutLogEventsResponse.Builder. rejectedEntityInfo(Consumer<RejectedEntityInfo.Builder> rejectedEntityInfo)Information about why the entity is rejected when callingPutLogEvents.
-