| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaFacet |
ListObjectAttributesRequest.facetFilter()
Used to filter the list of object attributes that are associated with a certain facet.
|
SchemaFacet |
BatchListObjectAttributes.facetFilter()
Used to filter the list of object attributes that are associated with a certain facet.
|
SchemaFacet |
RemoveFacetFromObjectRequest.schemaFacet()
The facet to remove.
|
SchemaFacet |
BatchGetObjectAttributes.schemaFacet()
Identifier for the facet whose attributes will be retrieved.
|
SchemaFacet |
AddFacetToObjectRequest.schemaFacet()
Identifiers for the facet that you are adding to the object.
|
SchemaFacet |
BatchRemoveFacetFromObject.schemaFacet()
The facet to remove from the object.
|
SchemaFacet |
GetObjectAttributesRequest.schemaFacet()
Identifier for the facet whose attributes will be retrieved.
|
SchemaFacet |
BatchAddFacetToObject.schemaFacet()
Represents the facet being added to the object.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaFacet> |
BatchCreateObject.schemaFacet()
A list of
FacetArns that will be associated with the 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.
|
List<SchemaFacet> |
BatchGetObjectInformationResponse.schemaFacets()
The facets attached to the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
ListObjectAttributesRequest.Builder |
ListObjectAttributesRequest.Builder.facetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
BatchListObjectAttributes.Builder |
BatchListObjectAttributes.Builder.facetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
BatchCreateObject.Builder |
BatchCreateObject.Builder.schemaFacet(SchemaFacet... schemaFacet)
A list of
FacetArns that will be associated with the object. |
RemoveFacetFromObjectRequest.Builder |
RemoveFacetFromObjectRequest.Builder.schemaFacet(SchemaFacet schemaFacet)
The facet to remove.
|
BatchGetObjectAttributes.Builder |
BatchGetObjectAttributes.Builder.schemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
AddFacetToObjectRequest.Builder |
AddFacetToObjectRequest.Builder.schemaFacet(SchemaFacet schemaFacet)
Identifiers for the facet that you are adding to the object.
|
BatchRemoveFacetFromObject.Builder |
BatchRemoveFacetFromObject.Builder.schemaFacet(SchemaFacet schemaFacet)
The facet to remove from the object.
|
GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.schemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
BatchAddFacetToObject.Builder |
BatchAddFacetToObject.Builder.schemaFacet(SchemaFacet schemaFacet)
Represents the facet being added to the object.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.schemaFacets(SchemaFacet... schemaFacets)
A list of schema facets to be associated with the object.
|
GetObjectInformationResponse.Builder |
GetObjectInformationResponse.Builder.schemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object.
|
BatchGetObjectInformationResponse.Builder |
BatchGetObjectInformationResponse.Builder.schemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateObject.Builder |
BatchCreateObject.Builder.schemaFacet(Collection<SchemaFacet> schemaFacet)
A list of
FacetArns that will be associated with the object. |
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.schemaFacets(Collection<SchemaFacet> schemaFacets)
A list of schema facets to be associated with the object.
|
GetObjectInformationResponse.Builder |
GetObjectInformationResponse.Builder.schemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
|
BatchGetObjectInformationResponse.Builder |
BatchGetObjectInformationResponse.Builder.schemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
|
Copyright © 2022. All rights reserved.