Uses of Class
software.amazon.awssdk.services.lambda.model.SourceAccessConfiguration
-
Packages that use SourceAccessConfiguration Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of SourceAccessConfiguration in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type SourceAccessConfiguration Modifier and Type Method Description List<SourceAccessConfiguration>CreateEventSourceMappingRequest. sourceAccessConfigurations()An array of authentication protocols or VPC components required to secure your event source.List<SourceAccessConfiguration>CreateEventSourceMappingResponse. sourceAccessConfigurations()An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.List<SourceAccessConfiguration>DeleteEventSourceMappingResponse. sourceAccessConfigurations()An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.List<SourceAccessConfiguration>EventSourceMappingConfiguration. sourceAccessConfigurations()An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.List<SourceAccessConfiguration>GetEventSourceMappingResponse. sourceAccessConfigurations()An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.List<SourceAccessConfiguration>UpdateEventSourceMappingRequest. sourceAccessConfigurations()An array of authentication protocols or VPC components required to secure your event source.List<SourceAccessConfiguration>UpdateEventSourceMappingResponse. sourceAccessConfigurations()An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.Methods in software.amazon.awssdk.services.lambda.model with parameters of type SourceAccessConfiguration Modifier and Type Method Description CreateEventSourceMappingRequest.BuilderCreateEventSourceMappingRequest.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)An array of authentication protocols or VPC components required to secure your event source.CreateEventSourceMappingResponse.BuilderCreateEventSourceMappingResponse.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.DeleteEventSourceMappingResponse.BuilderDeleteEventSourceMappingResponse.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.EventSourceMappingConfiguration.BuilderEventSourceMappingConfiguration.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.GetEventSourceMappingResponse.BuilderGetEventSourceMappingResponse.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.UpdateEventSourceMappingRequest.BuilderUpdateEventSourceMappingRequest.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)An array of authentication protocols or VPC components required to secure your event source.UpdateEventSourceMappingResponse.BuilderUpdateEventSourceMappingResponse.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type SourceAccessConfiguration Modifier and Type Method Description CreateEventSourceMappingRequest.BuilderCreateEventSourceMappingRequest.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)An array of authentication protocols or VPC components required to secure your event source.CreateEventSourceMappingResponse.BuilderCreateEventSourceMappingResponse.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.DeleteEventSourceMappingResponse.BuilderDeleteEventSourceMappingResponse.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.EventSourceMappingConfiguration.BuilderEventSourceMappingConfiguration.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.GetEventSourceMappingResponse.BuilderGetEventSourceMappingResponse.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.UpdateEventSourceMappingRequest.BuilderUpdateEventSourceMappingRequest.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)An array of authentication protocols or VPC components required to secure your event source.UpdateEventSourceMappingResponse.BuilderUpdateEventSourceMappingResponse.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.
-