Uses of Interface
software.amazon.awssdk.services.devopsguru.model.TagCollection.Builder
-
Packages that use TagCollection.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of TagCollection.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return TagCollection.Builder Modifier and Type Method Description TagCollection.BuilderTagCollection.Builder. appBoundaryKey(String appBoundaryKey)An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes.static TagCollection.BuilderTagCollection. builder()TagCollection.BuilderTagCollection.Builder. tagValues(String... tagValues)The values in an Amazon Web Services tag collection.TagCollection.BuilderTagCollection.Builder. tagValues(Collection<String> tagValues)The values in an Amazon Web Services tag collection.TagCollection.BuilderTagCollection. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type TagCollection.Builder Modifier and Type Method Description static Class<? extends TagCollection.Builder>TagCollection. serializableBuilderClass()
-