Uses of Class
io.fabric8.openshift.api.model.config.v1.AWSResourceTag
-
Packages that use AWSResourceTag Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of AWSResourceTag in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return AWSResourceTag Modifier and Type Method Description AWSResourceTagAWSResourceTagBuilder. build()AWSResourceTagAWSPlatformStatusFluent. buildFirstResourceTag()AWSResourceTagAWSPlatformStatusFluent. buildLastResourceTag()AWSResourceTagAWSPlatformStatusFluent. buildMatchingResourceTag(Predicate<AWSResourceTagBuilder> predicate)AWSResourceTagAWSPlatformStatusFluent. buildResourceTag(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type AWSResourceTag Modifier and Type Method Description List<AWSResourceTag>AWSPlatformStatusFluent. buildResourceTags()List<AWSResourceTag>AWSPlatformStatus. getResourceTags()resourceTags is a list of additional tags to apply to AWS resources created for the cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type AWSResourceTag Modifier and Type Method Description AWSPlatformStatusFluent.ResourceTagsNested<A>AWSPlatformStatusFluent. addNewResourceTagLike(AWSResourceTag item)AAWSPlatformStatusFluent. addToResourceTags(int index, AWSResourceTag item)AAWSPlatformStatusFluent. addToResourceTags(AWSResourceTag... items)protected voidAWSResourceTagFluent. copyInstance(AWSResourceTag instance)AAWSPlatformStatusFluent. removeFromResourceTags(AWSResourceTag... items)AWSPlatformStatusFluent.ResourceTagsNested<A>AWSPlatformStatusFluent. setNewResourceTagLike(int index, AWSResourceTag item)AAWSPlatformStatusFluent. setToResourceTags(int index, AWSResourceTag item)AAWSPlatformStatusFluent. withResourceTags(AWSResourceTag... resourceTags)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type AWSResourceTag Modifier and Type Method Description AAWSPlatformStatusFluent. addAllToResourceTags(Collection<AWSResourceTag> items)AAWSPlatformStatusFluent. removeAllFromResourceTags(Collection<AWSResourceTag> items)voidAWSPlatformStatus. setResourceTags(List<AWSResourceTag> resourceTags)resourceTags is a list of additional tags to apply to AWS resources created for the cluster.AAWSPlatformStatusFluent. withResourceTags(List<AWSResourceTag> resourceTags)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type AWSResourceTag Constructor Description AWSResourceTagBuilder(AWSResourceTag instance)AWSResourceTagBuilder(AWSResourceTagFluent<?> fluent, AWSResourceTag instance)AWSResourceTagFluent(AWSResourceTag instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type AWSResourceTag Constructor Description AWSPlatformStatus(CloudLoadBalancerConfig cloudLoadBalancerConfig, String region, List<AWSResourceTag> resourceTags, List<AWSServiceEndpoint> serviceEndpoints)
-