Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchGetObjectAttributesResponse.Builder
-
Packages that use BatchGetObjectAttributesResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchGetObjectAttributesResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchGetObjectAttributesResponse.Builder Modifier and Type Method Description BatchGetObjectAttributesResponse.BuilderBatchGetObjectAttributesResponse.Builder. attributes(Collection<AttributeKeyAndValue> attributes)The attribute values that are associated with an object.BatchGetObjectAttributesResponse.BuilderBatchGetObjectAttributesResponse.Builder. attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)The attribute values that are associated with an object.BatchGetObjectAttributesResponse.BuilderBatchGetObjectAttributesResponse.Builder. attributes(AttributeKeyAndValue... attributes)The attribute values that are associated with an object.static BatchGetObjectAttributesResponse.BuilderBatchGetObjectAttributesResponse. builder()BatchGetObjectAttributesResponse.BuilderBatchGetObjectAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchGetObjectAttributesResponse.Builder Modifier and Type Method Description static Class<? extends BatchGetObjectAttributesResponse.Builder>BatchGetObjectAttributesResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchGetObjectAttributesResponse.Builder Modifier and Type Method Description default BatchReadSuccessfulResponse.BuilderBatchReadSuccessfulResponse.Builder. getObjectAttributes(Consumer<BatchGetObjectAttributesResponse.Builder> getObjectAttributes)Retrieves attributes within a facet that are associated with an object.
-