Uses of Class
software.amazon.awssdk.services.frauddetector.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of Tag in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>BatchCreateVariableRequest. tags()A collection of key and value pairs.List<Tag>CreateBatchImportJobRequest. tags()A collection of key-value pairs associated with this request.List<Tag>CreateBatchPredictionJobRequest. tags()A collection of key and value pairs.List<Tag>CreateDetectorVersionRequest. tags()A collection of key and value pairs.List<Tag>CreateListRequest. tags()A collection of the key and value pairs.List<Tag>CreateModelRequest. tags()A collection of key and value pairs.List<Tag>CreateModelVersionRequest. tags()A collection of key and value pairs.List<Tag>CreateRuleRequest. tags()A collection of key and value pairs.List<Tag>CreateVariableRequest. tags()A collection of key and value pairs.List<Tag>ListTagsForResourceResponse. tags()A collection of key and value pairs.List<Tag>PutDetectorRequest. tags()A collection of key and value pairs.List<Tag>PutEntityTypeRequest. tags()A collection of key and value pairs.List<Tag>PutEventTypeRequest. tags()A collection of key and value pairs.List<Tag>PutExternalModelRequest. tags()A collection of key and value pairs.List<Tag>PutLabelRequest. tags()A collection of key and value pairs.List<Tag>PutOutcomeRequest. tags()A collection of key and value pairs.List<Tag>TagResourceRequest. tags()The tags to assign to the resource.List<Tag>UpdateModelVersionRequest. tags()A collection of key and value pairs.List<Tag>UpdateRuleVersionRequest. tags()The tags to assign to the rule version.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type Tag Modifier and Type Method Description BatchCreateVariableRequest.BuilderBatchCreateVariableRequest.Builder. tags(Tag... tags)A collection of key and value pairs.CreateBatchImportJobRequest.BuilderCreateBatchImportJobRequest.Builder. tags(Tag... tags)A collection of key-value pairs associated with this request.CreateBatchPredictionJobRequest.BuilderCreateBatchPredictionJobRequest.Builder. tags(Tag... tags)A collection of key and value pairs.CreateDetectorVersionRequest.BuilderCreateDetectorVersionRequest.Builder. tags(Tag... tags)A collection of key and value pairs.CreateListRequest.BuilderCreateListRequest.Builder. tags(Tag... tags)A collection of the key and value pairs.CreateModelRequest.BuilderCreateModelRequest.Builder. tags(Tag... tags)A collection of key and value pairs.CreateModelVersionRequest.BuilderCreateModelVersionRequest.Builder. tags(Tag... tags)A collection of key and value pairs.CreateRuleRequest.BuilderCreateRuleRequest.Builder. tags(Tag... tags)A collection of key and value pairs.CreateVariableRequest.BuilderCreateVariableRequest.Builder. tags(Tag... tags)A collection of key and value pairs.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A collection of key and value pairs.PutDetectorRequest.BuilderPutDetectorRequest.Builder. tags(Tag... tags)A collection of key and value pairs.PutEntityTypeRequest.BuilderPutEntityTypeRequest.Builder. tags(Tag... tags)A collection of key and value pairs.PutEventTypeRequest.BuilderPutEventTypeRequest.Builder. tags(Tag... tags)A collection of key and value pairs.PutExternalModelRequest.BuilderPutExternalModelRequest.Builder. tags(Tag... tags)A collection of key and value pairs.PutLabelRequest.BuilderPutLabelRequest.Builder. tags(Tag... tags)A collection of key and value pairs.PutOutcomeRequest.BuilderPutOutcomeRequest.Builder. tags(Tag... tags)A collection of key and value pairs.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to assign to the resource.UpdateModelVersionRequest.BuilderUpdateModelVersionRequest.Builder. tags(Tag... tags)A collection of key and value pairs.UpdateRuleVersionRequest.BuilderUpdateRuleVersionRequest.Builder. tags(Tag... tags)The tags to assign to the rule version.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type Tag Modifier and Type Method Description BatchCreateVariableRequest.BuilderBatchCreateVariableRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.CreateBatchImportJobRequest.BuilderCreateBatchImportJobRequest.Builder. tags(Collection<Tag> tags)A collection of key-value pairs associated with this request.CreateBatchPredictionJobRequest.BuilderCreateBatchPredictionJobRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.CreateDetectorVersionRequest.BuilderCreateDetectorVersionRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.CreateListRequest.BuilderCreateListRequest.Builder. tags(Collection<Tag> tags)A collection of the key and value pairs.CreateModelRequest.BuilderCreateModelRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.CreateModelVersionRequest.BuilderCreateModelVersionRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.CreateRuleRequest.BuilderCreateRuleRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.CreateVariableRequest.BuilderCreateVariableRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.PutDetectorRequest.BuilderPutDetectorRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.PutEntityTypeRequest.BuilderPutEntityTypeRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.PutEventTypeRequest.BuilderPutEventTypeRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.PutExternalModelRequest.BuilderPutExternalModelRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.PutLabelRequest.BuilderPutLabelRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.PutOutcomeRequest.BuilderPutOutcomeRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to assign to the resource.UpdateModelVersionRequest.BuilderUpdateModelVersionRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.UpdateRuleVersionRequest.BuilderUpdateRuleVersionRequest.Builder. tags(Collection<Tag> tags)The tags to assign to the rule version.
-