Uses of Interface
software.amazon.awssdk.services.pcs.model.Networking.Builder
-
Packages that use Networking.Builder Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of Networking.Builder in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return Networking.Builder Modifier and Type Method Description static Networking.BuilderNetworking. builder()Networking.BuilderNetworking.Builder. securityGroupIds(String... securityGroupIds)The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.Networking.BuilderNetworking.Builder. securityGroupIds(Collection<String> securityGroupIds)The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.Networking.BuilderNetworking.Builder. subnetIds(String... subnetIds)The ID of the subnet where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources.Networking.BuilderNetworking.Builder. subnetIds(Collection<String> subnetIds)The ID of the subnet where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources.Networking.BuilderNetworking. toBuilder()Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type Networking.Builder Modifier and Type Method Description static Class<? extends Networking.Builder>Networking. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcs.model with type arguments of type Networking.Builder Modifier and Type Method Description default Cluster.BuilderCluster.Builder. networking(Consumer<Networking.Builder> networking)Sets the value of the Networking property for this object.
-