| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaFacet |
SchemaFacet.clone() |
SchemaFacet |
BatchListObjectAttributes.getFacetFilter()
Used to filter the list of object attributes that are associated with a certain facet.
|
SchemaFacet |
ListObjectAttributesRequest.getFacetFilter()
Used to filter the list of object attributes that are associated with a certain facet.
|
SchemaFacet |
BatchRemoveFacetFromObject.getSchemaFacet()
The facet to remove from the object.
|
SchemaFacet |
BatchAddFacetToObject.getSchemaFacet()
Represents the facet being added to the object.
|
SchemaFacet |
BatchGetObjectAttributes.getSchemaFacet()
Identifier for the facet whose attributes will be retrieved.
|
SchemaFacet |
RemoveFacetFromObjectRequest.getSchemaFacet()
The facet to remove.
|
SchemaFacet |
GetObjectAttributesRequest.getSchemaFacet()
Identifier for the facet whose attributes will be retrieved.
|
SchemaFacet |
AddFacetToObjectRequest.getSchemaFacet()
Identifiers for the facet that you are adding to the object.
|
SchemaFacet |
SchemaFacet.withFacetName(String facetName)
The name of the facet.
|
SchemaFacet |
SchemaFacet.withSchemaArn(String schemaArn)
The ARN of the schema that contains the facet with no minor component.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaFacet> |
BatchCreateObject.getSchemaFacet()
A list of
FacetArns that will be associated with the object. |
List<SchemaFacet> |
BatchGetObjectInformationResponse.getSchemaFacets()
The facets attached to the specified object.
|
List<SchemaFacet> |
GetObjectInformationResult.getSchemaFacets()
The facets attached to the specified object.
|
List<SchemaFacet> |
CreateObjectRequest.getSchemaFacets()
A list of schema facets to be associated with the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchListObjectAttributes.setFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
void |
ListObjectAttributesRequest.setFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
void |
BatchRemoveFacetFromObject.setSchemaFacet(SchemaFacet schemaFacet)
The facet to remove from the object.
|
void |
BatchAddFacetToObject.setSchemaFacet(SchemaFacet schemaFacet)
Represents the facet being added to the object.
|
void |
BatchGetObjectAttributes.setSchemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
void |
RemoveFacetFromObjectRequest.setSchemaFacet(SchemaFacet schemaFacet)
The facet to remove.
|
void |
GetObjectAttributesRequest.setSchemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
void |
AddFacetToObjectRequest.setSchemaFacet(SchemaFacet schemaFacet)
Identifiers for the facet that you are adding to the object.
|
BatchListObjectAttributes |
BatchListObjectAttributes.withFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
ListObjectAttributesRequest |
ListObjectAttributesRequest.withFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
BatchCreateObject |
BatchCreateObject.withSchemaFacet(SchemaFacet... schemaFacet)
A list of
FacetArns that will be associated with the object. |
BatchRemoveFacetFromObject |
BatchRemoveFacetFromObject.withSchemaFacet(SchemaFacet schemaFacet)
The facet to remove from the object.
|
BatchAddFacetToObject |
BatchAddFacetToObject.withSchemaFacet(SchemaFacet schemaFacet)
Represents the facet being added to the object.
|
BatchGetObjectAttributes |
BatchGetObjectAttributes.withSchemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
RemoveFacetFromObjectRequest |
RemoveFacetFromObjectRequest.withSchemaFacet(SchemaFacet schemaFacet)
The facet to remove.
|
GetObjectAttributesRequest |
GetObjectAttributesRequest.withSchemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
AddFacetToObjectRequest |
AddFacetToObjectRequest.withSchemaFacet(SchemaFacet schemaFacet)
Identifiers for the facet that you are adding to the object.
|
BatchGetObjectInformationResponse |
BatchGetObjectInformationResponse.withSchemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object.
|
GetObjectInformationResult |
GetObjectInformationResult.withSchemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object.
|
CreateObjectRequest |
CreateObjectRequest.withSchemaFacets(SchemaFacet... schemaFacets)
A list of schema facets to be associated with the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateObject.setSchemaFacet(Collection<SchemaFacet> schemaFacet)
A list of
FacetArns that will be associated with the object. |
void |
BatchGetObjectInformationResponse.setSchemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
|
void |
GetObjectInformationResult.setSchemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
|
void |
CreateObjectRequest.setSchemaFacets(Collection<SchemaFacet> schemaFacets)
A list of schema facets to be associated with the object.
|
BatchCreateObject |
BatchCreateObject.withSchemaFacet(Collection<SchemaFacet> schemaFacet)
A list of
FacetArns that will be associated with the object. |
BatchGetObjectInformationResponse |
BatchGetObjectInformationResponse.withSchemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
|
GetObjectInformationResult |
GetObjectInformationResult.withSchemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
|
CreateObjectRequest |
CreateObjectRequest.withSchemaFacets(Collection<SchemaFacet> schemaFacets)
A list of schema facets to be associated with the object.
|
Copyright © 2022. All rights reserved.