Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchCreateIndexResponse.Builder
-
Packages that use BatchCreateIndexResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchCreateIndexResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchCreateIndexResponse.Builder Modifier and Type Method Description static BatchCreateIndexResponse.BuilderBatchCreateIndexResponse. builder()BatchCreateIndexResponse.BuilderBatchCreateIndexResponse.Builder. objectIdentifier(String objectIdentifier)TheObjectIdentifierof the index created by this operation.BatchCreateIndexResponse.BuilderBatchCreateIndexResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchCreateIndexResponse.Builder Modifier and Type Method Description static Class<? extends BatchCreateIndexResponse.Builder>BatchCreateIndexResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchCreateIndexResponse.Builder Modifier and Type Method Description default BatchWriteOperationResponse.BuilderBatchWriteOperationResponse.Builder. createIndex(Consumer<BatchCreateIndexResponse.Builder> createIndex)Creates an index object.
-