Uses of Class
software.amazon.awssdk.services.appfabric.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of Tag in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateAppAuthorizationRequest. tags()A map of the key-value pairs of the tag or tags to assign to the resource.List<Tag>CreateAppBundleRequest. tags()A map of the key-value pairs of the tag or tags to assign to the resource.List<Tag>CreateIngestionDestinationRequest. tags()A map of the key-value pairs of the tag or tags to assign to the resource.List<Tag>CreateIngestionRequest. tags()A map of the key-value pairs of the tag or tags to assign to the resource.List<Tag>ListTagsForResourceResponse. tags()A map of the key-value pairs for the tag or tags assigned to the specified resource.List<Tag>TagResourceRequest. tags()A map of the key-value pairs of the tag or tags to assign to the resource.Methods in software.amazon.awssdk.services.appfabric.model with parameters of type Tag Modifier and Type Method Description CreateAppAuthorizationRequest.BuilderCreateAppAuthorizationRequest.Builder. tags(Tag... tags)A map of the key-value pairs of the tag or tags to assign to the resource.CreateAppBundleRequest.BuilderCreateAppBundleRequest.Builder. tags(Tag... tags)A map of the key-value pairs of the tag or tags to assign to the resource.CreateIngestionDestinationRequest.BuilderCreateIngestionDestinationRequest.Builder. tags(Tag... tags)A map of the key-value pairs of the tag or tags to assign to the resource.CreateIngestionRequest.BuilderCreateIngestionRequest.Builder. tags(Tag... tags)A map of the key-value pairs of the tag or tags to assign to the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A map of the key-value pairs for the tag or tags assigned to the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A map of the key-value pairs of the tag or tags to assign to the resource.Method parameters in software.amazon.awssdk.services.appfabric.model with type arguments of type Tag Modifier and Type Method Description CreateAppAuthorizationRequest.BuilderCreateAppAuthorizationRequest.Builder. tags(Collection<Tag> tags)A map of the key-value pairs of the tag or tags to assign to the resource.CreateAppBundleRequest.BuilderCreateAppBundleRequest.Builder. tags(Collection<Tag> tags)A map of the key-value pairs of the tag or tags to assign to the resource.CreateIngestionDestinationRequest.BuilderCreateIngestionDestinationRequest.Builder. tags(Collection<Tag> tags)A map of the key-value pairs of the tag or tags to assign to the resource.CreateIngestionRequest.BuilderCreateIngestionRequest.Builder. tags(Collection<Tag> tags)A map of the key-value pairs of the tag or tags to assign to the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A map of the key-value pairs for the tag or tags assigned to the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A map of the key-value pairs of the tag or tags to assign to the resource.
-