Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchDetachFromIndexResponse.Builder
-
Packages that use BatchDetachFromIndexResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchDetachFromIndexResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchDetachFromIndexResponse.Builder Modifier and Type Method Description static BatchDetachFromIndexResponse.BuilderBatchDetachFromIndexResponse. builder()BatchDetachFromIndexResponse.BuilderBatchDetachFromIndexResponse.Builder. detachedObjectIdentifier(String detachedObjectIdentifier)TheObjectIdentifierof the object that was detached from the index.BatchDetachFromIndexResponse.BuilderBatchDetachFromIndexResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchDetachFromIndexResponse.Builder Modifier and Type Method Description static Class<? extends BatchDetachFromIndexResponse.Builder>BatchDetachFromIndexResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchDetachFromIndexResponse.Builder Modifier and Type Method Description default BatchWriteOperationResponse.BuilderBatchWriteOperationResponse.Builder. detachFromIndex(Consumer<BatchDetachFromIndexResponse.Builder> detachFromIndex)Detaches the specified object from the specified index.
-