Uses of Interface
software.amazon.awssdk.services.datazone.model.TermRelations.Builder
-
Packages that use TermRelations.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of TermRelations.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return TermRelations.Builder Modifier and Type Method Description static TermRelations.BuilderTermRelations. builder()TermRelations.BuilderTermRelations.Builder. classifies(String... classifies)The classifies of the term relations.TermRelations.BuilderTermRelations.Builder. classifies(Collection<String> classifies)The classifies of the term relations.TermRelations.BuilderTermRelations.Builder. isA(String... isA)TheisAproperty of the term relations.TermRelations.BuilderTermRelations.Builder. isA(Collection<String> isA)TheisAproperty of the term relations.TermRelations.BuilderTermRelations. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type TermRelations.Builder Modifier and Type Method Description static Class<? extends TermRelations.Builder>TermRelations. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type TermRelations.Builder Modifier and Type Method Description default CreateGlossaryTermRequest.BuilderCreateGlossaryTermRequest.Builder. termRelations(Consumer<TermRelations.Builder> termRelations)The term relations of this business glossary term.default CreateGlossaryTermResponse.BuilderCreateGlossaryTermResponse.Builder. termRelations(Consumer<TermRelations.Builder> termRelations)The term relations of this business glossary term.default GetGlossaryTermResponse.BuilderGetGlossaryTermResponse.Builder. termRelations(Consumer<TermRelations.Builder> termRelations)The relations of the business glossary term.default GlossaryTermItem.BuilderGlossaryTermItem.Builder. termRelations(Consumer<TermRelations.Builder> termRelations)The relations of the business glossary term.default UpdateGlossaryTermRequest.BuilderUpdateGlossaryTermRequest.Builder. termRelations(Consumer<TermRelations.Builder> termRelations)The term relations to be updated as part of theUpdateGlossaryTermaction.default UpdateGlossaryTermResponse.BuilderUpdateGlossaryTermResponse.Builder. termRelations(Consumer<TermRelations.Builder> termRelations)The term relations to be updated as part of theUpdateGlossaryTermaction.
-