| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
VpcConfig.clone() |
VpcConfig |
CreateAppBlockBuilderRequest.getVpcConfig()
The VPC configuration for the app block builder.
|
VpcConfig |
UpdateAppBlockBuilderRequest.getVpcConfig()
The VPC configuration for the app block builder.
|
VpcConfig |
CreateFleetRequest.getVpcConfig()
The VPC configuration for the fleet.
|
VpcConfig |
UpdateFleetRequest.getVpcConfig()
The VPC configuration for the fleet.
|
VpcConfig |
Fleet.getVpcConfig()
The VPC configuration for the fleet.
|
VpcConfig |
ImageBuilder.getVpcConfig()
The VPC configuration of the image builder.
|
VpcConfig |
CreateImageBuilderRequest.getVpcConfig()
The VPC configuration for the image builder.
|
VpcConfig |
AppBlockBuilder.getVpcConfig()
The VPC configuration for the app block builder.
|
VpcConfig |
VpcConfig.withSecurityGroupIds(Collection<String> securityGroupIds)
The identifiers of the security groups for the fleet or image builder.
|
VpcConfig |
VpcConfig.withSecurityGroupIds(String... securityGroupIds)
The identifiers of the security groups for the fleet or image builder.
|
VpcConfig |
VpcConfig.withSubnetIds(Collection<String> subnetIds)
The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder
instance.
|
VpcConfig |
VpcConfig.withSubnetIds(String... subnetIds)
The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder
instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAppBlockBuilderRequest.setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
|
void |
UpdateAppBlockBuilderRequest.setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
|
void |
CreateFleetRequest.setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
void |
UpdateFleetRequest.setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
void |
Fleet.setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
void |
ImageBuilder.setVpcConfig(VpcConfig vpcConfig)
The VPC configuration of the image builder.
|
void |
CreateImageBuilderRequest.setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the image builder.
|
void |
AppBlockBuilder.setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
|
CreateAppBlockBuilderRequest |
CreateAppBlockBuilderRequest.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
|
UpdateAppBlockBuilderRequest |
UpdateAppBlockBuilderRequest.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
|
CreateFleetRequest |
CreateFleetRequest.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
UpdateFleetRequest |
UpdateFleetRequest.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
Fleet |
Fleet.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
ImageBuilder |
ImageBuilder.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration of the image builder.
|
CreateImageBuilderRequest |
CreateImageBuilderRequest.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the image builder.
|
AppBlockBuilder |
AppBlockBuilder.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
|
Copyright © 2025. All rights reserved.