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