Uses of Class
software.amazon.awssdk.services.securitylake.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of Tag in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateDataLakeRequest. tags()An array of objects, one for each tag to associate with the data lake configuration.List<Tag>CreateSubscriberRequest. tags()An array of objects, one for each tag to associate with the subscriber.List<Tag>ListTagsForResourceResponse. tags()An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.List<Tag>TagResourceRequest. tags()An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource.Methods in software.amazon.awssdk.services.securitylake.model with parameters of type Tag Modifier and Type Method Description CreateDataLakeRequest.BuilderCreateDataLakeRequest.Builder. tags(Tag... tags)An array of objects, one for each tag to associate with the data lake configuration.CreateSubscriberRequest.BuilderCreateSubscriberRequest.Builder. tags(Tag... tags)An array of objects, one for each tag to associate with the subscriber.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource.Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type Tag Modifier and Type Method Description CreateDataLakeRequest.BuilderCreateDataLakeRequest.Builder. tags(Collection<Tag> tags)An array of objects, one for each tag to associate with the data lake configuration.CreateSubscriberRequest.BuilderCreateSubscriberRequest.Builder. tags(Collection<Tag> tags)An array of objects, one for each tag to associate with the subscriber.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource.
-