Uses of Class
software.amazon.awssdk.services.lambda.model.CapacityProviderVpcConfig
-
Packages that use CapacityProviderVpcConfig Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of CapacityProviderVpcConfig in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CapacityProviderVpcConfig Modifier and Type Method Description CapacityProviderVpcConfigCapacityProvider. vpcConfig()The VPC configuration for the capacity provider.CapacityProviderVpcConfigCreateCapacityProviderRequest. 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 CapacityProviderVpcConfig Modifier and Type Method Description CapacityProvider.BuilderCapacityProvider.Builder. vpcConfig(CapacityProviderVpcConfig vpcConfig)The VPC configuration for the capacity provider.CreateCapacityProviderRequest.BuilderCreateCapacityProviderRequest.Builder. vpcConfig(CapacityProviderVpcConfig vpcConfig)The VPC configuration for the capacity provider, including subnet IDs and security group IDs where compute instances will be launched.
-