Uses of Class
software.amazon.awssdk.services.lambda.model.CapacityProviderVpcConfig
Packages that use CapacityProviderVpcConfig
-
Uses of CapacityProviderVpcConfig in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CapacityProviderVpcConfigModifier and TypeMethodDescriptionCapacityProvider.vpcConfig()The VPC configuration for the capacity provider.CreateCapacityProviderRequest.vpcConfig()The VPC configuration for the capacity provider, including subnet IDs and security group IDs where compute instances will be launched.Methods in software.amazon.awssdk.services.lambda.model with parameters of type CapacityProviderVpcConfigModifier and TypeMethodDescriptionCapacityProvider.Builder.vpcConfig(CapacityProviderVpcConfig vpcConfig) The VPC configuration for the capacity provider.CreateCapacityProviderRequest.Builder.vpcConfig(CapacityProviderVpcConfig vpcConfig) The VPC configuration for the capacity provider, including subnet IDs and security group IDs where compute instances will be launched.