Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchListObjectAttributesResponse.Builder
-
Packages that use BatchListObjectAttributesResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchListObjectAttributesResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchListObjectAttributesResponse.Builder Modifier and Type Method Description BatchListObjectAttributesResponse.BuilderBatchListObjectAttributesResponse.Builder. attributes(Collection<AttributeKeyAndValue> attributes)The attributes map that is associated with the object.BatchListObjectAttributesResponse.BuilderBatchListObjectAttributesResponse.Builder. attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)The attributes map that is associated with the object.BatchListObjectAttributesResponse.BuilderBatchListObjectAttributesResponse.Builder. attributes(AttributeKeyAndValue... attributes)The attributes map that is associated with the object.static BatchListObjectAttributesResponse.BuilderBatchListObjectAttributesResponse. builder()BatchListObjectAttributesResponse.BuilderBatchListObjectAttributesResponse.Builder. nextToken(String nextToken)The pagination token.BatchListObjectAttributesResponse.BuilderBatchListObjectAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchListObjectAttributesResponse.Builder Modifier and Type Method Description static Class<? extends BatchListObjectAttributesResponse.Builder>BatchListObjectAttributesResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchListObjectAttributesResponse.Builder Modifier and Type Method Description default BatchReadSuccessfulResponse.BuilderBatchReadSuccessfulResponse.Builder. listObjectAttributes(Consumer<BatchListObjectAttributesResponse.Builder> listObjectAttributes)Lists all attributes that are associated with an object.
-