Uses of Class
software.amazon.awssdk.services.bedrock.model.VpcConfig
-
Packages that use VpcConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of VpcConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return VpcConfig Modifier and Type Method Description VpcConfigCreateModelCustomizationJobRequest. vpcConfig()VPC configuration (optional).VpcConfigGetModelCustomizationJobResponse. vpcConfig()VPC configuration for the custom model job.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type VpcConfig Modifier and Type Method Description CreateModelCustomizationJobRequest.BuilderCreateModelCustomizationJobRequest.Builder. vpcConfig(VpcConfig vpcConfig)VPC configuration (optional).GetModelCustomizationJobResponse.BuilderGetModelCustomizationJobResponse.Builder. vpcConfig(VpcConfig vpcConfig)VPC configuration for the custom model job.
-