Uses of Class
software.amazon.awssdk.services.backupgateway.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.backupgateway.model -
-
Uses of Tag in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateGatewayRequest. tags()A list of up to 50 tags to assign to the gateway.List<Tag>ImportHypervisorConfigurationRequest. tags()The tags of the hypervisor configuration to import.List<Tag>ListTagsForResourceResponse. tags()A list of the resource's tags.List<Tag>TagResourceRequest. tags()A list of tags to assign to the resource.Methods in software.amazon.awssdk.services.backupgateway.model with parameters of type Tag Modifier and Type Method Description CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. tags(Tag... tags)A list of up to 50 tags to assign to the gateway.ImportHypervisorConfigurationRequest.BuilderImportHypervisorConfigurationRequest.Builder. tags(Tag... tags)The tags of the hypervisor configuration to import.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of the resource's tags.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tags to assign to the resource.Method parameters in software.amazon.awssdk.services.backupgateway.model with type arguments of type Tag Modifier and Type Method Description CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. tags(Collection<Tag> tags)A list of up to 50 tags to assign to the gateway.ImportHypervisorConfigurationRequest.BuilderImportHypervisorConfigurationRequest.Builder. tags(Collection<Tag> tags)The tags of the hypervisor configuration to import.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of the resource's tags.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tags to assign to the resource.
-