Uses of Interface
software.amazon.awssdk.services.devopsguru.model.UpdateTagCollectionFilter.Builder
-
Packages that use UpdateTagCollectionFilter.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of UpdateTagCollectionFilter.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return UpdateTagCollectionFilter.Builder Modifier and Type Method Description UpdateTagCollectionFilter.BuilderUpdateTagCollectionFilter.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 UpdateTagCollectionFilter.BuilderUpdateTagCollectionFilter. builder()UpdateTagCollectionFilter.BuilderUpdateTagCollectionFilter.Builder. tagValues(String... tagValues)The values in an Amazon Web Services tag collection.UpdateTagCollectionFilter.BuilderUpdateTagCollectionFilter.Builder. tagValues(Collection<String> tagValues)The values in an Amazon Web Services tag collection.UpdateTagCollectionFilter.BuilderUpdateTagCollectionFilter. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type UpdateTagCollectionFilter.Builder Modifier and Type Method Description static Class<? extends UpdateTagCollectionFilter.Builder>UpdateTagCollectionFilter. serializableBuilderClass()
-