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.Builder
CreateEventSourceMappingRequest.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
An array of authentication protocols or VPC components required to secure your event source.CreateEventSourceMappingResponse.Builder
CreateEventSourceMappingResponse.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.DeleteEventSourceMappingResponse.Builder
DeleteEventSourceMappingResponse.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.EventSourceMappingConfiguration.Builder
EventSourceMappingConfiguration.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.GetEventSourceMappingResponse.Builder
GetEventSourceMappingResponse.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.UpdateEventSourceMappingRequest.Builder
UpdateEventSourceMappingRequest.Builder. sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
An array of authentication protocols or VPC components required to secure your event source.UpdateEventSourceMappingResponse.Builder
UpdateEventSourceMappingResponse.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.Builder
CreateEventSourceMappingRequest.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
An array of authentication protocols or VPC components required to secure your event source.CreateEventSourceMappingResponse.Builder
CreateEventSourceMappingResponse.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.DeleteEventSourceMappingResponse.Builder
DeleteEventSourceMappingResponse.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.EventSourceMappingConfiguration.Builder
EventSourceMappingConfiguration.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.GetEventSourceMappingResponse.Builder
GetEventSourceMappingResponse.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.UpdateEventSourceMappingRequest.Builder
UpdateEventSourceMappingRequest.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
An array of authentication protocols or VPC components required to secure your event source.UpdateEventSourceMappingResponse.Builder
UpdateEventSourceMappingResponse.Builder. sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.
-