Uses of Class
io.fabric8.openshift.api.model.hive.v1.AWSPrivateLinkSubnet
-
Packages that use AWSPrivateLinkSubnet Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of AWSPrivateLinkSubnet in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return AWSPrivateLinkSubnet Modifier and Type Method Description AWSPrivateLinkSubnetAWSPrivateLinkSubnetBuilder. build()AWSPrivateLinkSubnetAWSPrivateLinkInventoryFluent. buildFirstSubnet()AWSPrivateLinkSubnetAWSPrivateLinkInventoryFluent. buildLastSubnet()AWSPrivateLinkSubnetAWSPrivateLinkInventoryFluent. buildMatchingSubnet(Predicate<AWSPrivateLinkSubnetBuilder> predicate)AWSPrivateLinkSubnetAWSPrivateLinkInventoryFluent. buildSubnet(int index)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type AWSPrivateLinkSubnet Modifier and Type Method Description List<AWSPrivateLinkSubnet>AWSPrivateLinkInventoryFluent. buildSubnets()List<AWSPrivateLinkSubnet>AWSPrivateLinkInventory. getSubnets()AWSPrivateLinkInventory is a VPC and its corresponding subnets in an AWS region.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type AWSPrivateLinkSubnet Modifier and Type Method Description AWSPrivateLinkInventoryFluent.SubnetsNested<A>AWSPrivateLinkInventoryFluent. addNewSubnetLike(AWSPrivateLinkSubnet item)AAWSPrivateLinkInventoryFluent. addToSubnets(int index, AWSPrivateLinkSubnet item)AAWSPrivateLinkInventoryFluent. addToSubnets(AWSPrivateLinkSubnet... items)protected voidAWSPrivateLinkSubnetFluent. copyInstance(AWSPrivateLinkSubnet instance)AAWSPrivateLinkInventoryFluent. removeFromSubnets(AWSPrivateLinkSubnet... items)AWSPrivateLinkInventoryFluent.SubnetsNested<A>AWSPrivateLinkInventoryFluent. setNewSubnetLike(int index, AWSPrivateLinkSubnet item)AAWSPrivateLinkInventoryFluent. setToSubnets(int index, AWSPrivateLinkSubnet item)AAWSPrivateLinkInventoryFluent. withSubnets(AWSPrivateLinkSubnet... subnets)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type AWSPrivateLinkSubnet Modifier and Type Method Description AAWSPrivateLinkInventoryFluent. addAllToSubnets(Collection<AWSPrivateLinkSubnet> items)AAWSPrivateLinkInventoryFluent. removeAllFromSubnets(Collection<AWSPrivateLinkSubnet> items)voidAWSPrivateLinkInventory. setSubnets(List<AWSPrivateLinkSubnet> subnets)AWSPrivateLinkInventory is a VPC and its corresponding subnets in an AWS region.AAWSPrivateLinkInventoryFluent. withSubnets(List<AWSPrivateLinkSubnet> subnets)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type AWSPrivateLinkSubnet Constructor Description AWSPrivateLinkSubnetBuilder(AWSPrivateLinkSubnet instance)AWSPrivateLinkSubnetBuilder(AWSPrivateLinkSubnetFluent<?> fluent, AWSPrivateLinkSubnet instance)AWSPrivateLinkSubnetFluent(AWSPrivateLinkSubnet instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type AWSPrivateLinkSubnet Constructor Description AWSPrivateLinkInventory(String region, List<AWSPrivateLinkSubnet> subnets, String vpcID)
-