Uses of Class
software.amazon.awssdk.services.appstream.model.VpcConfig
-
Packages that use VpcConfig Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of VpcConfig in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return VpcConfig Modifier and Type Method Description VpcConfigAppBlockBuilder. vpcConfig()The VPC configuration for the app block builder.VpcConfigCreateAppBlockBuilderRequest. vpcConfig()The VPC configuration for the app block builder.VpcConfigCreateFleetRequest. vpcConfig()The VPC configuration for the fleet.VpcConfigCreateImageBuilderRequest. vpcConfig()The VPC configuration for the image builder.VpcConfigFleet. vpcConfig()The VPC configuration for the fleet.VpcConfigImageBuilder. vpcConfig()The VPC configuration of the image builder.VpcConfigUpdateAppBlockBuilderRequest. vpcConfig()The VPC configuration for the app block builder.VpcConfigUpdateFleetRequest. vpcConfig()The VPC configuration for the fleet.Methods in software.amazon.awssdk.services.appstream.model with parameters of type VpcConfig Modifier and Type Method Description AppBlockBuilder.BuilderAppBlockBuilder.Builder. vpcConfig(VpcConfig vpcConfig)The VPC configuration for the app block builder.CreateAppBlockBuilderRequest.BuilderCreateAppBlockBuilderRequest.Builder. vpcConfig(VpcConfig vpcConfig)The VPC configuration for the app block builder.CreateFleetRequest.BuilderCreateFleetRequest.Builder. vpcConfig(VpcConfig vpcConfig)The VPC configuration for the fleet.CreateImageBuilderRequest.BuilderCreateImageBuilderRequest.Builder. vpcConfig(VpcConfig vpcConfig)The VPC configuration for the image builder.Fleet.BuilderFleet.Builder. vpcConfig(VpcConfig vpcConfig)The VPC configuration for the fleet.ImageBuilder.BuilderImageBuilder.Builder. vpcConfig(VpcConfig vpcConfig)The VPC configuration of the image builder.UpdateAppBlockBuilderRequest.BuilderUpdateAppBlockBuilderRequest.Builder. vpcConfig(VpcConfig vpcConfig)The VPC configuration for the app block builder.UpdateFleetRequest.BuilderUpdateFleetRequest.Builder. vpcConfig(VpcConfig vpcConfig)The VPC configuration for the fleet.
-