Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.AttachToIndexResponse.Builder
-
Packages that use AttachToIndexResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of AttachToIndexResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return AttachToIndexResponse.Builder Modifier and Type Method Description AttachToIndexResponse.BuilderAttachToIndexResponse.Builder. attachedObjectIdentifier(String attachedObjectIdentifier)TheObjectIdentifierof the object that was attached to the index.static AttachToIndexResponse.BuilderAttachToIndexResponse. builder()AttachToIndexResponse.BuilderAttachToIndexResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type AttachToIndexResponse.Builder Modifier and Type Method Description static Class<? extends AttachToIndexResponse.Builder>AttachToIndexResponse. serializableBuilderClass()
-