Uses of Class
software.amazon.awssdk.services.opsworkscm.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.opsworkscm.model software.amazon.awssdk.services.opsworkscm.paginators -
-
Uses of Tag in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateBackupRequest. tags()A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.List<Tag>CreateServerRequest. tags()A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server.List<Tag>ListTagsForResourceResponse. tags()Tags that have been applied to the resource.List<Tag>TagResourceRequest. tags()A map that contains tag keys and tag values to attach to AWS OpsWorks-CM servers or backups.Methods in software.amazon.awssdk.services.opsworkscm.model with parameters of type Tag Modifier and Type Method Description CreateBackupRequest.BuilderCreateBackupRequest.Builder. tags(Tag... tags)A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.CreateServerRequest.BuilderCreateServerRequest.Builder. tags(Tag... tags)A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)Tags that have been applied to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A map that contains tag keys and tag values to attach to AWS OpsWorks-CM servers or backups.Method parameters in software.amazon.awssdk.services.opsworkscm.model with type arguments of type Tag Modifier and Type Method Description CreateBackupRequest.BuilderCreateBackupRequest.Builder. tags(Collection<Tag> tags)A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.CreateServerRequest.BuilderCreateServerRequest.Builder. tags(Collection<Tag> tags)A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)Tags that have been applied to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A map that contains tag keys and tag values to attach to AWS OpsWorks-CM servers or backups. -
Uses of Tag in software.amazon.awssdk.services.opsworkscm.paginators
Methods in software.amazon.awssdk.services.opsworkscm.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<Tag>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-