Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchCreateObjectResponse.Builder
-
Packages that use BatchCreateObjectResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchCreateObjectResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchCreateObjectResponse.Builder Modifier and Type Method Description static BatchCreateObjectResponse.BuilderBatchCreateObjectResponse. builder()BatchCreateObjectResponse.BuilderBatchCreateObjectResponse.Builder. objectIdentifier(String objectIdentifier)The ID that is associated with the object.BatchCreateObjectResponse.BuilderBatchCreateObjectResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchCreateObjectResponse.Builder Modifier and Type Method Description static Class<? extends BatchCreateObjectResponse.Builder>BatchCreateObjectResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchCreateObjectResponse.Builder Modifier and Type Method Description default BatchWriteOperationResponse.BuilderBatchWriteOperationResponse.Builder. createObject(Consumer<BatchCreateObjectResponse.Builder> createObject)Creates an object in a Directory.
-