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