Uses of Enum
software.amazon.awssdk.services.cloudfront.model.EventType
Packages that use EventType
-
Uses of EventType in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return EventTypeModifier and TypeMethodDescriptionfinal EventTypeFunctionAssociation.eventType()The event type of the function, eitherviewer-requestorviewer-response.final EventTypeLambdaFunctionAssociation.eventType()Specifies the event type that triggers a Lambda@Edge function invocation.static EventTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EventTypeReturns the enum constant of this type with the specified name.static EventType[]EventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type EventTypeMethods in software.amazon.awssdk.services.cloudfront.model with parameters of type EventTypeModifier and TypeMethodDescriptionThe event type of the function, eitherviewer-requestorviewer-response.Specifies the event type that triggers a Lambda@Edge function invocation.