Uses of Class
software.amazon.awssdk.services.appmesh.model.TagRef
-
Packages that use TagRef Package Description software.amazon.awssdk.services.appmesh.model software.amazon.awssdk.services.appmesh.paginators -
-
Uses of TagRef in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type TagRef Modifier and Type Method Description List<TagRef>CreateGatewayRouteRequest. tags()Optional metadata that you can apply to the gateway route to assist with categorization and organization.List<TagRef>CreateMeshRequest. tags()Optional metadata that you can apply to the service mesh to assist with categorization and organization.List<TagRef>CreateRouteRequest. tags()Optional metadata that you can apply to the route to assist with categorization and organization.List<TagRef>CreateVirtualGatewayRequest. tags()Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.List<TagRef>CreateVirtualNodeRequest. tags()Optional metadata that you can apply to the virtual node to assist with categorization and organization.List<TagRef>CreateVirtualRouterRequest. tags()Optional metadata that you can apply to the virtual router to assist with categorization and organization.List<TagRef>CreateVirtualServiceRequest. tags()Optional metadata that you can apply to the virtual service to assist with categorization and organization.List<TagRef>ListTagsForResourceResponse. tags()The tags for the resource.List<TagRef>TagResourceRequest. tags()The tags to add to the resource.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type TagRef Modifier and Type Method Description CreateGatewayRouteRequest.BuilderCreateGatewayRouteRequest.Builder. tags(TagRef... tags)Optional metadata that you can apply to the gateway route to assist with categorization and organization.CreateMeshRequest.BuilderCreateMeshRequest.Builder. tags(TagRef... tags)Optional metadata that you can apply to the service mesh to assist with categorization and organization.CreateRouteRequest.BuilderCreateRouteRequest.Builder. tags(TagRef... tags)Optional metadata that you can apply to the route to assist with categorization and organization.CreateVirtualGatewayRequest.BuilderCreateVirtualGatewayRequest.Builder. tags(TagRef... tags)Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.CreateVirtualNodeRequest.BuilderCreateVirtualNodeRequest.Builder. tags(TagRef... tags)Optional metadata that you can apply to the virtual node to assist with categorization and organization.CreateVirtualRouterRequest.BuilderCreateVirtualRouterRequest.Builder. tags(TagRef... tags)Optional metadata that you can apply to the virtual router to assist with categorization and organization.CreateVirtualServiceRequest.BuilderCreateVirtualServiceRequest.Builder. tags(TagRef... tags)Optional metadata that you can apply to the virtual service to assist with categorization and organization.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(TagRef... tags)The tags for the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(TagRef... tags)The tags to add to the resource.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type TagRef Modifier and Type Method Description CreateGatewayRouteRequest.BuilderCreateGatewayRouteRequest.Builder. tags(Collection<TagRef> tags)Optional metadata that you can apply to the gateway route to assist with categorization and organization.CreateMeshRequest.BuilderCreateMeshRequest.Builder. tags(Collection<TagRef> tags)Optional metadata that you can apply to the service mesh to assist with categorization and organization.CreateRouteRequest.BuilderCreateRouteRequest.Builder. tags(Collection<TagRef> tags)Optional metadata that you can apply to the route to assist with categorization and organization.CreateVirtualGatewayRequest.BuilderCreateVirtualGatewayRequest.Builder. tags(Collection<TagRef> tags)Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.CreateVirtualNodeRequest.BuilderCreateVirtualNodeRequest.Builder. tags(Collection<TagRef> tags)Optional metadata that you can apply to the virtual node to assist with categorization and organization.CreateVirtualRouterRequest.BuilderCreateVirtualRouterRequest.Builder. tags(Collection<TagRef> tags)Optional metadata that you can apply to the virtual router to assist with categorization and organization.CreateVirtualServiceRequest.BuilderCreateVirtualServiceRequest.Builder. tags(Collection<TagRef> tags)Optional metadata that you can apply to the virtual service to assist with categorization and organization.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<TagRef> tags)The tags for the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<TagRef> tags)The tags to add to the resource. -
Uses of TagRef in software.amazon.awssdk.services.appmesh.paginators
Methods in software.amazon.awssdk.services.appmesh.paginators that return types with arguments of type TagRef Modifier and Type Method Description SdkIterable<TagRef>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<TagRef>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-