Uses of Enum
software.amazon.awssdk.services.lambda.model.SourceAccessType
Packages that use SourceAccessType
-
Uses of SourceAccessType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return SourceAccessTypeModifier and TypeMethodDescriptionstatic SourceAccessTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SourceAccessTypeSourceAccessConfiguration.type()The type of authentication protocol, VPC components, or virtual host for your event source.static SourceAccessTypeReturns the enum constant of this type with the specified name.static SourceAccessType[]SourceAccessType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type SourceAccessTypeMethods in software.amazon.awssdk.services.lambda.model with parameters of type SourceAccessTypeModifier and TypeMethodDescriptionSourceAccessConfiguration.Builder.type(SourceAccessType type) The type of authentication protocol, VPC components, or virtual host for your event source.