Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchGetObjectInformationResponse.Builder
-
Packages that use BatchGetObjectInformationResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchGetObjectInformationResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchGetObjectInformationResponse.Builder Modifier and Type Method Description static BatchGetObjectInformationResponse.BuilderBatchGetObjectInformationResponse. builder()BatchGetObjectInformationResponse.BuilderBatchGetObjectInformationResponse.Builder. objectIdentifier(String objectIdentifier)TheObjectIdentifierof the specified object.BatchGetObjectInformationResponse.BuilderBatchGetObjectInformationResponse.Builder. schemaFacets(Collection<SchemaFacet> schemaFacets)The facets attached to the specified object.BatchGetObjectInformationResponse.BuilderBatchGetObjectInformationResponse.Builder. schemaFacets(Consumer<SchemaFacet.Builder>... schemaFacets)The facets attached to the specified object.BatchGetObjectInformationResponse.BuilderBatchGetObjectInformationResponse.Builder. schemaFacets(SchemaFacet... schemaFacets)The facets attached to the specified object.BatchGetObjectInformationResponse.BuilderBatchGetObjectInformationResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchGetObjectInformationResponse.Builder Modifier and Type Method Description static Class<? extends BatchGetObjectInformationResponse.Builder>BatchGetObjectInformationResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchGetObjectInformationResponse.Builder Modifier and Type Method Description default BatchReadSuccessfulResponse.BuilderBatchReadSuccessfulResponse.Builder. getObjectInformation(Consumer<BatchGetObjectInformationResponse.Builder> getObjectInformation)Retrieves metadata about an object.
-