Uses of Class
io.fabric8.openshift.api.model.hive.v1.AWSPrivateLinkInventory
-
Packages that use AWSPrivateLinkInventory Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of AWSPrivateLinkInventory in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return AWSPrivateLinkInventory Modifier and Type Method Description AWSPrivateLinkInventoryAWSPrivateLinkInventoryBuilder. build()AWSPrivateLinkInventoryAWSPrivateLinkConfigFluent. buildEndpointVPCInventory(int index)AWSPrivateLinkInventoryAWSPrivateLinkConfigFluent. buildFirstEndpointVPCInventory()AWSPrivateLinkInventoryAWSPrivateLinkConfigFluent. buildLastEndpointVPCInventory()AWSPrivateLinkInventoryAWSPrivateLinkConfigFluent. buildMatchingEndpointVPCInventory(Predicate<AWSPrivateLinkInventoryBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type AWSPrivateLinkInventory Modifier and Type Method Description List<AWSPrivateLinkInventory>AWSPrivateLinkConfigFluent. buildEndpointVPCInventory()List<AWSPrivateLinkInventory>AWSPrivateLinkConfig. getEndpointVPCInventory()EndpointVPCInventory is a list of VPCs and the corresponding subnets in various AWS regions.Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type AWSPrivateLinkInventory Modifier and Type Method Description AAWSPrivateLinkConfigFluent. addAllToEndpointVPCInventory(Collection<AWSPrivateLinkInventory> items)AAWSPrivateLinkConfigFluent. removeAllFromEndpointVPCInventory(Collection<AWSPrivateLinkInventory> items)voidAWSPrivateLinkConfig. setEndpointVPCInventory(List<AWSPrivateLinkInventory> endpointVPCInventory)EndpointVPCInventory is a list of VPCs and the corresponding subnets in various AWS regions.AAWSPrivateLinkConfigFluent. withEndpointVPCInventory(List<AWSPrivateLinkInventory> endpointVPCInventory)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type AWSPrivateLinkInventory Constructor Description AWSPrivateLinkInventoryBuilder(AWSPrivateLinkInventory instance)AWSPrivateLinkInventoryBuilder(AWSPrivateLinkInventoryFluent<?> fluent, AWSPrivateLinkInventory instance)AWSPrivateLinkInventoryFluent(AWSPrivateLinkInventory instance)
-