Uses of Class
software.amazon.awssdk.services.clouddirectory.model.SchemaFacet
-
Packages that use SchemaFacet Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of SchemaFacet in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return SchemaFacet Modifier and Type Method Description SchemaFacetBatchListObjectAttributes. facetFilter()Used to filter the list of object attributes that are associated with a certain facet.SchemaFacetListObjectAttributesRequest. facetFilter()Used to filter the list of object attributes that are associated with a certain facet.SchemaFacetAddFacetToObjectRequest. schemaFacet()Identifiers for the facet that you are adding to the object.SchemaFacetBatchAddFacetToObject. schemaFacet()Represents the facet being added to the object.SchemaFacetBatchGetObjectAttributes. schemaFacet()Identifier for the facet whose attributes will be retrieved.SchemaFacetBatchRemoveFacetFromObject. schemaFacet()The facet to remove from the object.SchemaFacetGetObjectAttributesRequest. schemaFacet()Identifier for the facet whose attributes will be retrieved.SchemaFacetRemoveFacetFromObjectRequest. schemaFacet()The facet to remove.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type SchemaFacet Modifier and Type Method Description List<SchemaFacet>BatchCreateObject. schemaFacet()A list ofFacetArnsthat will be associated with the object.List<SchemaFacet>BatchGetObjectInformationResponse. schemaFacets()The facets attached to the specified object.List<SchemaFacet>CreateObjectRequest. schemaFacets()A list of schema facets to be associated with the object.List<SchemaFacet>GetObjectInformationResponse. schemaFacets()The facets attached to the specified object.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type SchemaFacet Modifier and Type Method Description BatchListObjectAttributes.BuilderBatchListObjectAttributes.Builder. facetFilter(SchemaFacet facetFilter)Used to filter the list of object attributes that are associated with a certain facet.ListObjectAttributesRequest.BuilderListObjectAttributesRequest.Builder. facetFilter(SchemaFacet facetFilter)Used to filter the list of object attributes that are associated with a certain facet.AddFacetToObjectRequest.BuilderAddFacetToObjectRequest.Builder. schemaFacet(SchemaFacet schemaFacet)Identifiers for the facet that you are adding to the object.BatchAddFacetToObject.BuilderBatchAddFacetToObject.Builder. schemaFacet(SchemaFacet schemaFacet)Represents the facet being added to the object.BatchCreateObject.BuilderBatchCreateObject.Builder. schemaFacet(SchemaFacet... schemaFacet)A list ofFacetArnsthat will be associated with the object.BatchGetObjectAttributes.BuilderBatchGetObjectAttributes.Builder. schemaFacet(SchemaFacet schemaFacet)Identifier for the facet whose attributes will be retrieved.BatchRemoveFacetFromObject.BuilderBatchRemoveFacetFromObject.Builder. schemaFacet(SchemaFacet schemaFacet)The facet to remove from the object.GetObjectAttributesRequest.BuilderGetObjectAttributesRequest.Builder. schemaFacet(SchemaFacet schemaFacet)Identifier for the facet whose attributes will be retrieved.RemoveFacetFromObjectRequest.BuilderRemoveFacetFromObjectRequest.Builder. schemaFacet(SchemaFacet schemaFacet)The facet to remove.BatchGetObjectInformationResponse.BuilderBatchGetObjectInformationResponse.Builder. schemaFacets(SchemaFacet... schemaFacets)The facets attached to the specified object.CreateObjectRequest.BuilderCreateObjectRequest.Builder. schemaFacets(SchemaFacet... schemaFacets)A list of schema facets to be associated with the object.GetObjectInformationResponse.BuilderGetObjectInformationResponse.Builder. schemaFacets(SchemaFacet... schemaFacets)The facets attached to the specified object.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type SchemaFacet Modifier and Type Method Description BatchCreateObject.BuilderBatchCreateObject.Builder. schemaFacet(Collection<SchemaFacet> schemaFacet)A list ofFacetArnsthat will be associated with the object.BatchGetObjectInformationResponse.BuilderBatchGetObjectInformationResponse.Builder. schemaFacets(Collection<SchemaFacet> schemaFacets)The facets attached to the specified object.CreateObjectRequest.BuilderCreateObjectRequest.Builder. schemaFacets(Collection<SchemaFacet> schemaFacets)A list of schema facets to be associated with the object.GetObjectInformationResponse.BuilderGetObjectInformationResponse.Builder. schemaFacets(Collection<SchemaFacet> schemaFacets)The facets attached to the specified object.
-