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